chore(gui): changelog for gui

This commit is contained in:
anatawa12 2024-02-27 18:28:25 +09:00
commit 84cd4b6881
No known key found for this signature in database
GPG key ID: 9CA909848B8E4EA6
3 changed files with 26 additions and 1 deletions

View file

@ -76,8 +76,9 @@ jobs:
- name: Create Changelog
id: changelog
if: ${{ !steps.update-version.outputs.prerelease }}
uses: anatawa12/sh-actions/changelog/prepare-release@master #TODO
uses: anatawa12/sh-actions/changelog/prepare-release@master
with:
path: CHANGELOG-gui.md
version: ${{ env.GUI_VERSION }}
prerelease: ${{ env.PRERELEASE }}
tag-prefix: gui-v

23
CHANGELOG-gui.md Normal file
View file

@ -0,0 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog].
[Keep a Changelog]: https://keepachangelog.com/en/1.1.0/
## [Unreleased]
### Added
- Initial implementation
### Changed
### Deprecated
### Removed
### Fixed
### Security
[0.1.0]: https://github.com/anatawa12/vrc-get/releases/tag/v0.1.0

1
vrc-get-gui/CHANGELOG.md Symbolic link
View file

@ -0,0 +1 @@
../CHANGELOG-gui.md