File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ template: |
33 $CHANGES
44
55 **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
6- name-template : ' docs-builder v $RESOLVED_VERSION'
7- tag-template : ' v $RESOLVED_VERSION'
6+ name-template : ' docs-builder $RESOLVED_VERSION'
7+ tag-template : ' $RESOLVED_VERSION'
88change-template : ' - $TITLE by @$AUTHOR in #$NUMBER'
99categories :
1010 - title : ' 💥 Breaking Changes'
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919 - name : Get major version
2020 run : |
21- MAJOR_VERSION=$(echo "${GITHUB_REF#refs/tags/v }" | awk -F. '{print $1}')
21+ MAJOR_VERSION=$(echo "${GITHUB_REF#refs/tags/}" | awk -F. '{print $1}')
2222 echo "MAJOR_VERSION=${MAJOR_VERSION}" >> "${GITHUB_ENV}"
2323 - name : Create major tag
2424 run : |
You can’t perform that action at this time.
0 commit comments