Skip to content

Bump flake8 from 6.0.0 to 7.0.0 (#237) #94

Bump flake8 from 6.0.0 to 7.0.0 (#237)

Bump flake8 from 6.0.0 to 7.0.0 (#237) #94

Workflow file for this run

name: Tag
on:
push:
branches:
- master
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Tag new version
uses: butlerlogic/action-autotag@stable
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
strategy: regex
root: "ongabot/_version.py"
regex_pattern: '__version__ = \"((0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)\"'
tag_prefix: "v"