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: nautobot-app/{{ cookiecutter.project_slug }}/docs/dev/release_checklist.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,12 @@ A draft release will automatically be created in GitHub when the Prepare Release
70
70
71
71
After a release has been published from the `main` branch, a new PR will automatically be created to merge the changes from `main` back into `develop` with a version bump to the next development version (e.g. `1.4.3a1`). Review and merge this PR once CI has completed and the PR has been approved.
72
72
73
+
### Sync the Release to `next`
74
+
75
+
Publishing a release from the `main` branch will also automatically create a PR to forward-port the released changes from `main` into `next`, so the `next` branch stays up to date.
76
+
77
+
If no `next` branch exists, this step is skipped automatically.
78
+
73
79
## Legacy Documentation for Releases
74
80
75
81
Please use the above process for all releases going forward, but if you need to refer to the old manual release process for any reason, here are the steps that were previously followed for releases.
0 commit comments