Skip to content

Commit 5b9e0a9

Browse files
committed
ci: add CHANGELOG.md copy step to support "See changelog" feature in Unity Package Manager
1 parent 948d2db commit 5b9e0a9

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
rm -f Samples.meta
3636
git commit -am "fix: Samples => Samples~"
3737
fi
38-
git checkout main -- README.md
39-
git commit -am "chore: copy README.md from main"
38+
git checkout main -- README.md CHANGELOG.md
39+
git commit -am "chore: copy README.md and CHANGELOG.md from main"
4040
git push -f -u origin upm
4141
env:
4242
PKG_ROOT: Nyamu.UnityPackage

Nyamu.UnityPackage/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## [0.1.2](https://github.com/polyblank66/Nyamu/compare/v0.1.1...v0.1.2) (2026-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* make package compile in Unity between 2021.3 and 6000.0, fix problem with com.unity.ext.nunit Build-in dependency ([68f0391](https://github.com/polyblank66/Nyamu/commit/68f039181e6532a86638b68178b1f789fc99a303))
7+
8+
## [0.1.1](https://github.com/polyblank66/Nyamu/compare/v0.1.0...v0.1.1) (2026-02-01)
9+
10+
11+
### Bug Fixes
12+
13+
* initial release ([e8420fa](https://github.com/polyblank66/Nyamu/commit/e8420fa144d85b36bf749c98282081fe09df75a3))

Nyamu.UnityPackage/CHANGELOG.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)