Skip to content

Commit 86cd04d

Browse files
committed
Updated releasing.md
1 parent 90d0e5d commit 86cd04d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

development/releasing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ To create a release follow the below steps
1515
- Wait for the [Github Actions `Release`](https://github.com/utPLSQL/utPLSQL/actions/workflows/release.yml) process to complete successfully. The process will upload release artifacts (`zip` and `tar.gz` files along with `md5`)
1616
- After Release build was completed successfully, merge the `main` branch back into `develop` branch. At this point, main branch and release tag should be at the same commit version and artifacts should be uploaded into Github release.
1717
- After develop branch was built, increase the version number in `VERSION` file to represent next planned release version.
18-
- Clone `utplsql.githug.io` project and add a new announcement about next version being released in `_posts`. Use previous announcements as a template. Make sure to set date, time and post title properly.
18+
- Clone `utplsql.githug.io` project and:
19+
- Add a new announcement about next version being released in `docs/_posts`. Use previous announcements as a template. Make sure to set date, time and post title properly.
20+
- Add the post to list in `mkdocs.yml` file in root directory of that repository.
21+
- Add the link to the post at the beginning of the `docs/index.md` file.
1922

2023
The following will happen:
2124
- build executed on branch `release/vX.Y.Z-[something]` updates files `sonar-project.properties`, `VERSION` with project version derived from the release branch name

0 commit comments

Comments
 (0)