Compare commits
6 Commits
1.2.1
...
2ef476372f
Author | SHA1 | Date | |
---|---|---|---|
2ef476372f | |||
385886c7f5 | |||
5628dfb459 | |||
dbbb60280b | |||
750042d7a9 | |||
1bac43b3fe |
@ -3,7 +3,7 @@ name: Build and Release Minecraft Plugin
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
@ -1,9 +1,9 @@
|
|||||||
name: Build and Release Minecraft Plugin
|
name: Build and Release Minecraft Plugin
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
merge:
|
||||||
branches:
|
branches:
|
||||||
- Release
|
- testing
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -58,8 +58,8 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
target/BetterMinecraft-stable.jar
|
target/BetterMinecraft-beta.jar
|
||||||
tag_name: ${{ steps.increment_version.outputs.major }}.${{ steps.increment_version.outputs.minor }}.${{ steps.increment_version.outputs.patch }}
|
tag_name: ${{ steps.increment_version.outputs.major }}.${{ steps.increment_version.outputs.minor }}.${{ steps.increment_version.outputs.patch }}
|
||||||
release_name: Release ${{ steps.increment_version.outputs.major }}.${{ steps.increment_version.outputs.minor }}.${{ steps.increment_version.outputs.patch }}
|
release_name: Release ${{ steps.increment_version.outputs.major }}.${{ steps.increment_version.outputs.minor }}.${{ steps.increment_version.outputs.patch }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: true
|
2
changelog.txt
Normal file
2
changelog.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
+ added system type changelog
|
||||||
|
+ added custom type changelog
|
Reference in New Issue
Block a user