-
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.
ci(release): multiple tweaks and fixes (#38)
* add version.txt and modify update_version.py to support it * use packaging.version.Version in update_version.py * simplify version.py format (drop intermediate vars) * remove post-release reset PR step from release.yml * fix changelog reference in release.yml
- Loading branch information
Showing
5 changed files
with
30 additions
and
141 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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# version file for modflowapi | ||
|
||
major = 0 | ||
minor = 2 | ||
micro = 0 | ||
__version__ = f"{major}.{minor}.{micro}" | ||
# modflowapi version file automatically created using...update_version.py | ||
# created on...February 07, 2024 22:13:12 | ||
__version__ = "0.2.0.dev0" |
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 @@ | ||
0.2.0.dev0 |