Skip to content

Commit

Permalink
Merge pull request #22785 from dalthviz/update_dev_version_rc
Browse files Browse the repository at this point in the history
PR: Improve version update instructions on `RELEASE.md`
  • Loading branch information
ccordoba12 authored Oct 31, 2024
2 parents dbe6a6a + 3959c05 commit 0196543
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@ For that you need to run the following commands:

* `git tag -a vX.X.X -m "Release X.X.X"`

* Update version in `__init__.py` (add 'a1', 'dev0' and increment patch version for stable versions; or increment alpha/beta/rc version for pre-releases)
* Update version in `__init__.py`:
- Add 'a1', 'dev0' and increment patch version for final version releases
- Add 'dev0' and increment alpha/beta/rc version for pre-releases

* `git add .` and `git commit -m "Back to work [ci skip]"`

Expand Down

0 comments on commit 0196543

Please sign in to comment.