Skip to content

Commit

Permalink
Merge pull request #560 from jrbarrick/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
doudar authored Aug 1, 2024
2 parents 399c805 + 726e4e9 commit e2fb081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated wiki banner.

### Changed
- Amend always option to git describe.
- Updated communications overview picture.
- Updated kit purchasing links.
- MIN_ERG_CADENCE created and changed from 20 to 30.
Expand Down
2 changes: 1 addition & 1 deletion git_tag_macro.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# )
#else:
tag = (
subprocess.check_output(["git", "describe", "--tags"])
subprocess.check_output(["git", "describe", "--tags", "--always"])
.strip()
.decode("utf-8")
)
Expand Down

0 comments on commit e2fb081

Please sign in to comment.