Skip to content

feat: Real time submission status (#138) #92

feat: Real time submission status (#138)

feat: Real time submission status (#138) #92

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"