Skip to content

Commit

Permalink
Merge pull request #46 from rem1776/version-dev-action
Browse files Browse the repository at this point in the history
add action options
  • Loading branch information
rem1776 authored Oct 13, 2022
2 parents 6fefe2e + fa77993 commit 72b6e0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ jobs:
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
with:
base: main # creates a new branch off of main
branch: add-dev-post-release # name of the created branch
branch-suffix: timestamp # add a timestamp to branch name
delete-branch: true # delete afer merge

0 comments on commit 72b6e0a

Please sign in to comment.