Skip to content

PWX-33647: Export parseInfoFile, For external users. (#2357) #16

PWX-33647: Export parseInfoFile, For external users. (#2357)

PWX-33647: Export parseInfoFile, For external users. (#2357) #16

name: Bump version
on:
push:
branches:
- master
- 'release-[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch
TAG_CONTEXT: branch
RELEASE_BRANCHES: master,release-.+\..+