File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
- chore: Move ` ADRs/ ` to ` docs/ADRs/ ` (@RemiBardon in 2e58e92).
30
30
- feat(tasks): Run Jaeger by default on ` task telemetry:start ` (@RemiBardon in 4fa9d94).
31
31
- docs(openapi): Improve errors (@RemiBardon in 3a7fe7f).
32
+ - chore(tasks): Add default tag message on ` task release ` (@RemiBardon ).
32
33
33
34
### Added
34
35
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ info "Committing changes…"
152
152
edo git add " ${VERSION_FILE:? } " " ${OPENAPI_SPEC_FILE:? } " " ${CARGO_TOML_FILE:? } " " ${LOCAL_RUN_CONSTANTS_FILE:? } " " ${CARGO_LOCK_FILE:? } "
153
153
edo git commit -m " $( to-tag " ${NEW_VERSION:? } " ) "
154
154
info " Creating tag…"
155
- edo git tag " $( to-tag " ${NEW_VERSION:? } " ) "
155
+ edo git tag " $( to-tag " ${NEW_VERSION:? } " ) " -m " $( to-tag " ${NEW_VERSION :? } " ) "
156
156
info " Pushing tag…"
157
157
edo git push --atomic origin " ${GIT_BRANCH:? } " " $( to-tag " ${NEW_VERSION:? } " ) "
158
158
You can’t perform that action at this time.
0 commit comments