mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 10:57:56 +00:00
Prep for 0.24 release (#663)
* Bump versions and update changelog * tweak text * merge a couple of related changelog entries
This commit is contained in:
@@ -61,7 +61,7 @@ function generate_changelog() {
|
||||
}
|
||||
|
||||
# Get latest release tag.
|
||||
tag=$($GIT_BIN describe --match "v[0-9]*" --abbrev=0 origin/master) || log_error 'Failed to obtain the latest release tag'
|
||||
tag=$($GIT_BIN describe --tag --match "v[0-9]*" --abbrev=0 origin/master) || log_error 'Failed to obtain the latest release tag'
|
||||
log_info "Latest release tag: $tag"
|
||||
|
||||
generate_changelog "$tag"
|
||||
|
||||
Reference in New Issue
Block a user