Skip to content

feat: update CHANGELOG.md #5

feat: update CHANGELOG.md

feat: update CHANGELOG.md #5

Workflow file for this run

name: Create Tag
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: butlerlogic/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
regex_pattern: '"version": "([0-9\.]{5}([-\+][\w\.0-9]+)?)"'
root: "composer.json"
tag_prefix: "v"