1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/release-it/CHANGELOG.md

63 lines
1.3 KiB
Markdown
Raw Normal View History

2021-08-29 17:07:31 +09:00
# 新機能とお知らせ
この文書は[Keep a Changelog](https://keepachangelog.com/ja/1.0.0/)の形式に基づいています。
このプロジェクトは[セマンティック バージョニング](https://semver.org/lang/ja/spec/v2.0.0.html)に**準拠していません**。
2021-08-29 17:11:38 +09:00
## [Unreleased]
### 修正
- Prettier による自動フォーマットを避ける
2021-08-29 09:16:22 +00:00
## [0.0.5] - 2021-08-29
### 修正
- `--depth 1` と package.json の使用をやめ、タグ名を使ってバージョニング
2021-08-29 09:08:35 +00:00
## [0.0.4] - 2021-08-29
2021-08-29 18:07:21 +09:00
### 変更
- タグ名の接頭辞に `v` を使う
2021-08-29 09:02:33 +00:00
## [0.0.3] - 2021-08-29
2021-08-29 18:01:41 +09:00
### 新機能
- GitHub Releases 対応
- _なにかステキな機能_
2021-08-29 08:55:09 +00:00
## [0.0.2] - 2021-08-29
2021-08-29 17:54:33 +09:00
### 修正
- `--depth 1` に対応する目的で package.json を使う
2021-08-29 08:41:40 +00:00
## [0.0.1] - 2021-08-29
### Added
- addUnreleased, addVersionUrl
2021-08-29 17:35:42 +09:00
- create release-it action
2021-08-29 17:11:38 +09:00
### Fixed
- npm: false
2021-08-29 17:07:38 +09:00
## [0.0.1] - 2021-08-29
2021-08-29 17:07:31 +09:00
### Added
- release-it 追加
- _TODO_
2021-08-29 09:16:22 +00:00
[0.0.5]: https://github.com/kou029w/_/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/kou029w/_/compare/0.0.3...v0.0.4
2021-08-29 18:07:21 +09:00
[0.0.3]: https://github.com/kou029w/_/compare/0.0.2...0.0.3
2021-08-29 18:01:41 +09:00
[0.0.2]: https://github.com/kou029w/_/compare/0.0.1...0.0.2
2021-08-29 17:54:33 +09:00
[0.0.1]: https://github.com/kou029w/_/tree/0.0.1
2021-08-29 09:16:22 +00:00
<!-- prettier-ignore -->
2021-08-29 09:16:22 +00:00
[Unreleased]: https://github.com/kou029w/_/compare/v0.0.5...HEAD