generated from it-at-m/oss-repository-en-template
-
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.
Merge pull request #380 from it-at-m/beta
Release Hotfix
- Loading branch information
Showing
8 changed files
with
671 additions
and
188 deletions.
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
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
dist | ||
public | ||
storybook-static | ||
build | ||
|
||
# Files | ||
package.json | ||
|
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
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
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,58 @@ | ||
{{#if compareUrl}} | ||
# [v{{nextRelease.version}}]({{compareUrl}}) ({{datetime "UTC:yyyy-mm-dd"}}) | ||
{{else}} | ||
# v{{nextRelease.version}} ({{datetime "UTC:yyyy-mm-dd"}}) | ||
{{/if}} | ||
|
||
{{#with commits}} | ||
|
||
{{#if boom}} | ||
## π₯ Breaking Changes | ||
{{#each boom}} | ||
- {{> commitTemplate}} | ||
{{/each}} | ||
{{/if}} | ||
|
||
{{#if sparkles}} | ||
## β¨ New Features | ||
{{#each sparkles}} | ||
- {{> commitTemplate}} | ||
{{/each}} | ||
{{/if}} | ||
|
||
{{#if ambulance}} | ||
## π Critical Hotfixes | ||
{{#each ambulance}} | ||
- {{> commitTemplate}} | ||
{{/each}} | ||
{{/if}} | ||
|
||
{{#if bug}} | ||
## π Bug Fixes | ||
{{#each bug}} | ||
- {{> commitTemplate}} | ||
{{/each}} | ||
{{/if}} | ||
|
||
{{#if lipstick}} | ||
## π Design Fixes and Updates | ||
{{#each lipstick}} | ||
- {{> commitTemplate}} | ||
{{/each}} | ||
{{/if}} | ||
|
||
{{#if lock}} | ||
## π Security Issues | ||
{{#each lock}} | ||
- {{> commitTemplate}} | ||
{{/each}} | ||
{{/if}} | ||
|
||
{{#if arrow_up}} | ||
## β¬οΈ Dependency Upgrade | ||
{{#each arrow_up}} | ||
- {{> commitTemplate}} | ||
{{/each}} | ||
{{/if}} | ||
|
||
{{/with}} |
Oops, something went wrong.