-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
43 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
* Checkout a new branch `release_v_X.Y.Z` | ||
* Add changes to CHANGELOG.md | ||
* Update versions (in text and in links) in README.md | ||
* Update __init__.py → bl_info → version | ||
* Check that ./assets/* doesn't include extra GDTF files or folders | ||
* Generate a release: | ||
* (ensure to have pygit) python -m pip install pygit2 | ||
* Edit scripts/build_release.py | ||
* branch_name = "release_v1.0.2" | ||
* if you added new directories, make sure to add them | ||
* python scripts/build_release.py | ||
* test the release | ||
* Draft a release, attach the zip file | ||
* Make PR, add details, merge | ||
* Pull latest main | ||
* git tag v1.0.2 | ||
* git push origin v1.0.2 | ||
* Edit release on GH, make public | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters