You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-management.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,12 @@ This process is for production only. Skip to [Deploy](#deploy) for dev apps.
38
38
* DO NOT CREATE A PR as this causes the histories to be out of sync
39
39
* 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.
40
40
* 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
0 commit comments