File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,9 @@ if they have some patch that should be integrated. Here are some links:
134
134
* update README.md with the result from coverage
135
135
* ` git push ` # if necessary
136
136
* wait for github workflows to be okay
137
- * prepare a tmp.changes.txt
138
- * ` git tag -F tmp.changes.txt v1.x ` to the version in zziplib.spec
137
+ * prepare a tmp.changes.txt
138
+ * ` make tag `
139
+ * and ` git tag -F tmp.changes.txt v1.x ` to the version in zziplib.spec
139
140
* ` git push --tags `
140
141
* update the short description on github
141
142
* consider making a github release with the latest news
Original file line number Diff line number Diff line change @@ -113,6 +113,10 @@ nextversion:
113
113
; git --no-pager diff -U0
114
114
checkversion versions :
115
115
@ git --no-pager diff -U0
116
+ tag :
117
+ @ ver=` grep " version.*=" setup.cfg | sed -e " s/version *= */v/" ` \
118
+ ; rev=` git rev-parse --short HEAD` \
119
+ ; echo " : ${GIT} tag $$ ver $$ rev"
116
120
117
121
# format ..............................
118
122
CLANG_FORMAT =clang-format
You can’t perform that action at this time.
0 commit comments