Skip to content

Call Automatic Changelog Generator for tag Workflow #12

Call Automatic Changelog Generator for tag Workflow

Call Automatic Changelog Generator for tag Workflow #12

Workflow file for this run

name: Call Automatic Changelog Generator for tag Workflow
on:
push:
tags:
- 'v*'
- '!v*-alpha*'
jobs:
create_release_for_tag:
uses: ibexa/gh-workflows/.github/workflows/release_bundle.yml@main
secrets:
JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }}