Skip to content

Commit d3026a2

Browse files
authored
Merge pull request #14 from fixrtm/fix-release-note
Fix release note
2 parents 8d13454 + f4682cb commit d3026a2

File tree

3 files changed

+35
-10
lines changed

3 files changed

+35
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# create changelog for this release
3838
RELEASE_NOTE="$(mktemp)"
3939
echo "::set-output name=RELEASE_NOTE::$RELEASE_NOTE"
40-
generate-changelog -v "$VERSION" --unreleased-only >> "$RELEASE_NOTE"
40+
generate-changelog -v "$VERSION" --unreleased-only --stdout >> "$RELEASE_NOTE"
4141
# update versions in readme and example
4242
perl -pi \
4343
-e 's/(?<=\Q("com.anatawa12.compile-time-constant") version \E)".*"/"'$VERSION'"/' \

.something-releaser.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"changelog": {
3+
"commitLimit": 0,
4+
"sortTags": "-committerdate",
5+
"dateForUnreleased": true
6+
}
7+
}

CHANGELOG.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7-
#### [v1.2](https://github.com/fixrtm/plugin-permissions-for-ngt/compare/v1.1...v1.2)
8-
9-
- do not register 'fixrtm.all_permit' and permissions starting with 'negative.' [`#13`](https://github.com/fixrtm/plugin-permissions-for-ngt/pull/13)
10-
- Missing permission required log [`#12`](https://github.com/fixrtm/plugin-permissions-for-ngt/pull/12)
11-
- specify this is server-side mod. [`#9`](https://github.com/fixrtm/plugin-permissions-for-ngt/pull/9)
12-
- Add section: How to grant permission [`#8`](https://github.com/fixrtm/plugin-permissions-for-ngt/pull/8)
13-
- add log to notice you don't have permission [`899d73a`](https://github.com/fixrtm/plugin-permissions-for-ngt/commit/899d73aad399a254191acd524f2a6e52eecf8473)
14-
- prepare for next version: 1.2 [`8663741`](https://github.com/fixrtm/plugin-permissions-for-ngt/commit/8663741698df5a6c1aa8e631410e226c57fcb4d8)
15-
- set vendor of hasPermissionInternal [`c8a7d3f`](https://github.com/fixrtm/plugin-permissions-for-ngt/commit/c8a7d3fbf42b5377213915a338c5eda572fda0a0)
7+
#### [v1.2](https://github.com/anatawa12/plugin-permissions-for-ngt/compare/v1.1...v1.2)
8+
9+
> 11 November 2021
10+
11+
- do not register 'fixrtm.all_permit' and permissions starting with 'negative.' [`#13`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/13)
12+
- Missing permission required log [`#12`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/12)
13+
- specify this is server-side mod. [`#9`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/9)
14+
- Add section: How to grant permission [`#8`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/8)
15+
16+
#### [v1.1](https://github.com/anatawa12/plugin-permissions-for-ngt/compare/v1.0...v1.1)
17+
18+
> 31 August 2021
19+
20+
- make server only mod [`#6`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/6)
21+
- set open-pull-requests-limit to 100 [`#5`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/5)
22+
- add badges [`#4`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/4)
23+
- transfer to com.anatawa12.fixRtm [`#3`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/3)
24+
- add license information [`#2`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/2)
25+
- document [`#1`](https://github.com/anatawa12/plugin-permissions-for-ngt/pull/1)
26+
27+
#### v1.0
28+
29+
> 30 August 2021
30+
31+
- initial commit [`bea0199`](https://github.com/anatawa12/plugin-permissions-for-ngt/commit/bea0199462f537f4a2fa759823f211cdbffb2f77)
32+
- configure for test run [`30edee7`](https://github.com/anatawa12/plugin-permissions-for-ngt/commit/30edee75b3c52acf751626c6adbbd2a0e725d8fb)
33+
- fix: crash with NPE on 1.12.2 with fixRTM [`f6ab755`](https://github.com/anatawa12/plugin-permissions-for-ngt/commit/f6ab755d00157e051978810a8a6971c43283e3cb)

0 commit comments

Comments
 (0)