-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
9,038 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# https://docs.github.com/ja/repositories/releasing-projects-on-github/automatically-generated-release-notes | ||
changelog: | ||
categories: | ||
- title: "💥 BREAKING CHANGES" | ||
labels: | ||
- BREAKING CHANGE | ||
- title: "⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)" | ||
labels: | ||
- build | ||
- dependencies | ||
- title: "👷 Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)" | ||
labels: | ||
- ci | ||
- title: "📝 Documentation only changes" | ||
labels: | ||
- docs | ||
- title: "✨ A new feature" | ||
labels: | ||
- feat | ||
- title: "🐛 A bug fix" | ||
labels: | ||
- fix | ||
- title: "⚡️ A code change that improves performance" | ||
labels: | ||
- perf | ||
- title: "♻️ A code change that neither fixes a bug nor adds a feature" | ||
labels: | ||
- refactor | ||
- title: "✅ Adding missing tests or correcting existing tests" | ||
labels: | ||
- test | ||
- title: "🚨 Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)" | ||
labels: | ||
- style | ||
- title: "🧑💻 Changes to the build process or auxiliary tools and libraries such as documentation generation" | ||
labels: | ||
- chore | ||
- "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.0.5 | ||
v0.0.6 |
Oops, something went wrong.