File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Git Parse Commits
2
- [ ![ GitHub release] ( https://img.shields.io/github/release/stepin/git-parse-commits.svg )] ( https://github.com/stepin/git-parse-commits/releases ) [ ![ Build status ] ( https://img.shields.io/github/actions/workflow/status/stepin/git-parse-commits/main.yml )] ( https://github.com/stepin/git-parse-commits/actions/workflows/main.yml ) [ ![ github license badge] ( https://img.shields.io/github/license/stepin/git-parse-commits )] ( https://github.com/stepin/git-parse-commits )
2
+ [ ![ GitHub release] ( https://img.shields.io/github/release/stepin/git-parse-commits.svg )] ( https://github.com/stepin/git-parse-commits/releases ) [ ![ github license badge] ( https://img.shields.io/github/license/stepin/git-parse-commits )] ( https://github.com/stepin/git-parse-commits )
3
3
4
4
This script is to be used in CICD pipelines to provide new version number
5
5
(bases on commit messages) and releses notes (also bases on commit messages).
Original file line number Diff line number Diff line change @@ -145,7 +145,9 @@ def current_version_command(
145
145
else :
146
146
print (version )
147
147
148
- SHA_REGEXP = re .compile ('^[0-9a-f]{5,40}$' )
148
+
149
+ SHA_REGEXP = re .compile ("^[0-9a-f]{5,40}$" )
150
+
149
151
150
152
def last_release_version (
151
153
tag_prefix : Optional [str ],
You can’t perform that action at this time.
0 commit comments