Skip to content

Commit

Permalink
pipeline for tag creationg following conventional commits (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa authored Jan 31, 2022
1 parent 996ee7f commit 609212d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "generate-tag"

on:
push:
branches:
- "main"

jobs:
generate-tag:
name: "Generate TAG"
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v2
- name: Conventional Changelog Action
uses: TriPSs/conventional-changelog-action@v3
with:
skip-on-empty: "false"
skip-commit: "true"

0 comments on commit 609212d

Please sign in to comment.