Skip to content

Commit

Permalink
feat: release?
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Nov 22, 2021
1 parent 98c4a74 commit 2fa35f0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,20 @@ jobs:
runs-on: ubuntu-latest
name: check conventional commit compliance
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Conventional commit check
uses: oknozor/cocogitto-action@main

- run: |
cog --help
- name: Create changelog
run: cog changelog > Changelog.md

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: Changelog.md
files: |
Changelog.md

0 comments on commit 2fa35f0

Please sign in to comment.