Skip to content

Commit 0a76afc

Browse files
chore: switch to conventional-commits-semver-release in build pipeline
1 parent 6c6b3fd commit 0a76afc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424

2525
- name: semver
2626
id: semver
27-
# uses: ./
28-
uses: grumpy-programmer/actions-semver-release@v1 # TODO: remove this temporary usage of old actions-semver-release
27+
uses: ./
2928
env:
3029
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3130
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# conventional-commits-semver-release
1+
# Conventional commits semver release
22
GitHub Action for semantic versioning releases using conventional commits
33

44
GitHub action using [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)

0 commit comments

Comments
 (0)