Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# create changelog for this release
RELEASE_NOTE="$(mktemp)"
echo "::set-output name=RELEASE_NOTE::$RELEASE_NOTE"
generate-changelog -v "$VERSION" --unreleased-only >> "$RELEASE_NOTE"
generate-changelog -v "$VERSION" --unreleased-only --stdout >> "$RELEASE_NOTE"
# update versions in readme and example
perl -pi \
-e 's/(?<=\Q("com.anatawa12.compile-time-constant") version \E)".*"/"'$VERSION'"/' \
Expand Down
7 changes: 7 additions & 0 deletions .something-releaser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"changelog": {
"commitLimit": 0,
"sortTags": "-committerdate",
"dateForUnreleased": true
}
}
36 changes: 27 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [anatawa12's fork of `auto-changelog`](https://github.com/anatawa12/auto-changelog).

#### [v1.2](https://github.com/fixrtm/plugin-permissions-for-ngt/compare/v1.1...v1.2)

- do not register 'fixrtm.all_permit' and permissions starting with 'negative.' [`#13`](https://github.com/fixrtm/plugin-permissions-for-ngt/pull/13)
- Missing permission required log [`#12`](https://github.com/fixrtm/plugin-permissions-for-ngt/pull/12)
- specify this is server-side mod. [`#9`](https://github.com/fixrtm/plugin-permissions-for-ngt/pull/9)
- Add section: How to grant permission [`#8`](https://github.com/fixrtm/plugin-permissions-for-ngt/pull/8)
- add log to notice you don't have permission [`899d73a`](https://github.com/fixrtm/plugin-permissions-for-ngt/commit/899d73aad399a254191acd524f2a6e52eecf8473)
- prepare for next version: 1.2 [`8663741`](https://github.com/fixrtm/plugin-permissions-for-ngt/commit/8663741698df5a6c1aa8e631410e226c57fcb4d8)
- set vendor of hasPermissionInternal [`c8a7d3f`](https://github.com/fixrtm/plugin-permissions-for-ngt/commit/c8a7d3fbf42b5377213915a338c5eda572fda0a0)
#### [v1.2](https://github.com/anatawa12/plugin-permissions-for-ngt/compare/v1.1...v1.2)

> 11 November 2021

- do not register 'fixrtm.all_permit' and permissions starting with 'negative.' [`#13`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/13)
- Missing permission required log [`#12`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/12)
- specify this is server-side mod. [`#9`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/9)
- Add section: How to grant permission [`#8`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/8)

#### [v1.1](https://github.com/anatawa12/plugin-permissions-for-ngt/compare/v1.0...v1.1)

> 31 August 2021

- make server only mod [`#6`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/6)
- set open-pull-requests-limit to 100 [`#5`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/5)
- add badges [`#4`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/4)
- transfer to com.anatawa12.fixRtm [`#3`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/3)
- add license information [`#2`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/2)
- document [`#1`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/1)

#### v1.0

> 30 August 2021

- initial commit [`bea0199`](https://github.com/anatawa12/plugin-permissions-for-ngt/commit/bea0199462f537f4a2fa759823f211cdbffb2f77)
- configure for test run [`30edee7`](https://github.com/anatawa12/plugin-permissions-for-ngt/commit/30edee75b3c52acf751626c6adbbd2a0e725d8fb)
- fix: crash with NPE on 1.12.2 with fixRTM [`f6ab755`](https://github.com/anatawa12/plugin-permissions-for-ngt/commit/f6ab755d00157e051978810a8a6971c43283e3cb)