Skip to content

feat: Create rubric (#80) #55

feat: Create rubric (#80)

feat: Create rubric (#80) #55

Workflow file for this run

name: Tagging
on:
push:
branches:
- dev
jobs:
tagging:
permissions:
contents: write
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: TriPSs/conventional-changelog-action@v3
name: Changelog
id: changelog
with:
git-user-nane: "Pedro Andrés Chaparro Quintero"
git-user-email: "[email protected]"
git-message: "chore(release): {version}"
version-file: "version.json"