Skip to content

Commit

Permalink
updated machineShop 2024.0113.1751 for tag version v0.1.53FEATURE_FLO…
Browse files Browse the repository at this point in the history
…W_CMD
  • Loading branch information
patrick-hermann-sva committed Jan 13, 2024
1 parent cb55652 commit b23061b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ tasks:
- task: git-push
- go mod tidy
- git pull --tags
- git tag -a {{ .UPDATED_TAG_VERSION }}{{ .BRANCH }} -m 'updated for stuttgart-things {{ .DATE }} for tag version {{ .UPDATED_TAG_VERSION }}{{ .BRANCH }}'
- git tag -a {{ .UPDATED_TAG_VERSION }}{{ .BRANCH }} -m 'updated for stuttgart-things {{ .DATE }} for tag version {{ .UPDATED_TAG_VERSION }}-{{ .BRANCH }}'
- git push origin --tags

release:
Expand Down

0 comments on commit b23061b

Please sign in to comment.