Skip to content

Commit

Permalink
chore: add semantic tagging action
Browse files Browse the repository at this point in the history
  • Loading branch information
polentino committed Mar 22, 2024
1 parent 77ef241 commit 2a47484
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-commit-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
scopes: RE-\d+
requireScope: false
requireScope: false
15 changes: 15 additions & 0 deletions .github/workflows/semantic-tagging.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Semantic Tagging
on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Bump version and push tag
uses: hennejg/github-tag-action@v4.3.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2a47484

Please sign in to comment.