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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This process is for production only. Skip to [Deploy](#deploy) for dev apps.
36
36
* push commit directly to `master` branch (**_This is the only time you should directly push to master_**)
37
37
4. Update code being published
38
38
* DO NOT CREATE A PR as this causes the histories to be out of sync
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.
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
41
5. Create a tag
42
42
* in `prod` branch, create a tag of head commit and name it for the new version (e.g. `v2.4.0`)
0 commit comments