Skip to content

Commit

Permalink
add initial action for automated version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Mulhall committed Oct 13, 2022
1 parent b21a5e8 commit a5b8b67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: release
jobs:
add-dev-to-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Append version with dev
run: sed -i '/20[0-9][0-9]\.[0-9][0-9]/ s/]/-dev]/' configure.ac
- name: Create pull request
uses: peter-evans/create-pull-request@v4

0 comments on commit a5b8b67

Please sign in to comment.