Compare commits
12 Commits
2ef476372f
...
Release
| Author | SHA1 | Date | |
|---|---|---|---|
| 256224e144 | |||
| aa152599bb | |||
| 3e7dafcabe | |||
| 651b02200f | |||
|
|
14543e878f | ||
|
|
099431df0f | ||
|
|
fb9f5db652 | ||
|
|
21ccb2bf94 | ||
|
|
552267019a | ||
|
|
d2eb8e6c71 | ||
|
|
c9367a2098 | ||
|
|
3f33d2efc2 |
@@ -3,7 +3,7 @@ name: Build and Release Minecraft Plugin
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- release
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
name: Build and Release Minecraft Plugin
|
name: Build and Release Minecraft Plugin
|
||||||
|
|
||||||
on:
|
on:
|
||||||
merge:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- testing
|
- Release
|
||||||
|
|
||||||
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-beta.jar
|
target/BetterMinecraft-stable.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: true
|
prerelease: false
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
+ added system type changelog
|
|
||||||
+ added custom type changelog
|
|
||||||
Reference in New Issue
Block a user