-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb057c6
commit a5b6dc7
Showing
7 changed files
with
74 additions
and
64 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Release | ||
|
||
on: | ||
push: | ||
tags: | ||
- 'v*' | ||
|
||
jobs: | ||
release: | ||
uses: TeamFelnull/actions-reusable-workflows/.github/workflows/mcmod-release.yml@master | ||
with: | ||
build_tasks: "build publish curseforge modrinth" | ||
secrets: | ||
curseforge_token: ${{ secrets.CURSEFORGE_TOKEN_MORI }} | ||
modrinth_token: ${{ secrets.MODRINTH_TOKEN_MORI }} | ||
maven_password: ${{ secrets.MAVEN_PASSWORD }} | ||
|
||
postRelease: | ||
name: Update after release | ||
needs: release | ||
uses: TeamFelnull/actions-reusable-workflows/.github/workflows/mcmod-post-release.yml@master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
Changelog to track updates for this mod. | ||
Add your changes to Unreleased if you want to commit. | ||
Please write according to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
- Updated LavaPlayer version to 1.4 | ||
|
||
### Deprecated | ||
|
||
### Removed | ||
|
||
### Fixed | ||
|
||
- Fixed an issue where YouTube could not be played (Fixed by updating LavaPlayer version) | ||
|
||
### Security | ||
|
||
[Unreleased]: https://github.com/TeamFelnull/IamMusicPlayer/commits |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters