0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-12-28 07:18:22 -05:00

ci: #minor changes made

This commit is contained in:
Scott 2024-01-28 02:27:59 -05:00
parent 857f52ba28
commit 0dac20412d

View File

@ -21,15 +21,11 @@ jobs:
- name: 'Automated Version Bump' - name: 'Automated Version Bump'
id: version-bump id: version-bump
uses: 'phips28/gh-action-bump-version@master' uses: anothrNick/github-tag-action@1.36.0
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: WITH_V: true
major-wording: 'MAJOR,major-change' DEFAULT_BUMP: patch
minor-wording: 'feat,'
patch-wording: 'patch,fix,build,chore,ci,docs,style,refactor,perf,test' # Providing patch-wording will override commits
tag-prefix: 'v'
default: patch
- name: Changelog - name: Changelog
uses: scottbrenner/generate-changelog-action@master uses: scottbrenner/generate-changelog-action@master
id: Changelog id: Changelog
@ -41,8 +37,8 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
tag_name: ${{ steps.version-bump.outputs.newTag }} tag_name: ${{ steps.version-bump.outputs.new_tag }}
release_name: ${{ steps.version-bump.outputs.newTag }} release_name: ${{ steps.version-bump.outputs.new_tag }}
body: | body: |
${{ steps.Changelog.outputs.changelog }} ${{ steps.Changelog.outputs.changelog }}
draft: false draft: false