Skip to content

Commit bc99d11

Browse files
committed
Updated releasing.md
1 parent 8e10d80 commit bc99d11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

development/releasing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ To create a release:
1212
To find issues closed after certain date use [advanced filters](https://help.github.com/articles/searching-issues-and-pull-requests/#search-by-open-or-closed-state).
1313
Example: [`is:issue closed:>2018-07-22`](https://github.com/utPLSQL/utPLSQL/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A%3E2018-07-22+)
1414
- After release was successfully built, merge master branch back into develop branch
15-
- After develop branch was built, update version number in `VERSION` file to represent next planned release version.
15+
- After develop branch was built, update version number in `VERSION` file to represent next planned release version.
16+
- 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.
1617

1718
The following will happen:
1819
- 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)