File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
6262 git add ${{ env.changelog }}
6363 git commit --message "Release ${{ inputs.tag }}"
64- git tag ${{ inputs.tag }}
64+ git tag ${{ inputs.tag }} --annotate --message "Release ${{ inputs.tag }}"
6565 git push origin HEAD:${{ github.ref_name }} --tags
6666
6767 - name : Create release
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - Use annotated tags instead of lightweight tags in release workflow.
13+
1014## [ 0.6.1] - 2024-05-23
1115
1216### Changed
Original file line number Diff line number Diff line change 7676 git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
7777 git add ${{ env.changelog }} ${{ env.thunderstore-config }}
7878 git commit --message "Release ${{ inputs.tag }}"
79- git tag ${{ inputs.tag }}
79+ git tag ${{ inputs.tag }} --annotate --message "Release ${{ inputs.tag }}"
8080 git push origin HEAD:${{ github.ref_name }} --tags
8181
8282 - name : Create release
You can’t perform that action at this time.
0 commit comments