Skip to content

Commit 48925e1

Browse files
authored
update Create the release section to be more accurate
1 parent c9559e4 commit 48925e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

release-management.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ This process is for production only. Skip to [Deploy](#deploy) for dev apps.
3838
* DO NOT CREATE A PR as this causes the histories to be out of sync
3939
* rebase `prod` on revision... `master` (`git checkout prod && git merge master --ff-only && git push origin prod`) TODO: double check the git commands work, as I do this in Tower.
4040
* Check that the update was successful by comparing [prod to master](https://github.com/clearlydefined/crawler/compare/prod...master) and [master to prod](https://github.com/clearlydefined/crawler/compare/master...prod). Both should show "There isn’t anything to compare." and "prod and master are identical." or "master and prod are identical." (_Links are for the crawler. Use a similar process for the service and website.)
41-
5. Create a tag
42-
* in `prod` branch, create a tag of head commit and name it for the new version (e.g. `v2.4.0`)
43-
6. Create the release
44-
* create a published release using the tag created previously (e.g. `v2.4.0`)
45-
* set the release title to the version (e.g. `v2.4.0`)
46-
* for the notes, use the full set of release notes created previously
41+
5. Create the release
42+
* click Draft a new release
43+
* change Target to `prod`
44+
* click Choose a tag and type the tag (e.g. `v2.4.0`) and click + Create new tag: (should show the new tag)
45+
* set the Release title to the version (e.g. `v2.4.0`)
46+
* for the notes, use the full set of release notes created previously or use the Generate release notes button
4747
* verify `Set as the latest release` is checked
4848
* click Publish release
4949

0 commit comments

Comments
 (0)