Skip to content

Commit

Permalink
Merge pull request #5 from Auterion/add-release-please-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jwidauer authored Feb 22, 2023
2 parents ebaf5f6 + 3a23e18 commit 3bc8627
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ jobs:

- name: Run commitlint
uses: wagoid/commitlint-github-action@v5

release-please:
needs: lint
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.AUTERION_CI_ACCESS_TOKEN }}
release-type: simple
package-name: auterion-pre-commit-hooks
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.1

0 comments on commit 3bc8627

Please sign in to comment.