Skip to content

Commit

Permalink
Add tools release (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatskaari authored Mar 23, 2023
1 parent 522148e commit b88797d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: tatskaari/release-action@master
with:
release-files: plz-out/package
- name: Release tool
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: thought-machine/release-action@master
with:
version-file: tools/VERSION
change-log-file: tools/ChangeLog
release-prefix: tools
release-files: plz-out/package
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
plz-out
.idea
*.iml
3 changes: 3 additions & 0 deletions tools/ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version 1.0.0
-------------
* Initial release
1 change: 1 addition & 0 deletions tools/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0

0 comments on commit b88797d

Please sign in to comment.