Skip to content

Commit

Permalink
Include licence and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunoneill-r7 committed Jul 12, 2023
1 parent 5e7b896 commit 633918b
Show file tree
Hide file tree
Showing 4 changed files with 792 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/version-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: release
on:
push:
branches:
- master
pull_request:
types:
- labeled

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Bump version on merging Pull Requests with specific labels.
# (bump:major,bump:minor,bump:patch)
- uses: haya14busa/action-bumpr@v1
Loading

0 comments on commit 633918b

Please sign in to comment.