Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update RELEASING.rst
  • Loading branch information
nicoddemus authored Apr 21, 2023
commit 2315f482f1b40b69c045fe19cf627f65d959279b
2 changes: 1 addition & 1 deletion RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Here are the steps on how to make a new release.
1. Create a ``release-VERSION`` branch from ``upstream/master``.
2. Update ``CHANGELOG.rst``.
3. Push a branch with the changes.
4. Once all builds pass, push a tag to ``upstream``.
4. Once all builds pass, run the ``deploy`` workflow manually.
5. Merge the PR.