forked from medusajs/medusa
-
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.
chore: Introduce release notes formatting + preview release action (m…
…edusajs#7247) ### What - Add changelog formatting file to automate pull request categorization in release notes* - Add action to trigger preview releases - Remove unused staging deployment action **Add changelog formatting file to automate pull request categorization in release notes** In order for this work, we need to be more strict about our labels usage. More specifically, we need to add one of the four different labels noted in the `release.yml` file. The labels should be self-explanatory. If your PR introduces both features and bugs, you should choose the label based on importance of the changes.
- Loading branch information
1 parent
36eff7f
commit 16528c5
Showing
3 changed files
with
35 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
changelog: | ||
exclude: | ||
authors: | ||
- github-actions | ||
categories: | ||
- title: Features | ||
labels: | ||
- "type: feature" | ||
- title: Bugs | ||
labels: | ||
- "type: bug" | ||
- title: Documentation | ||
labels: | ||
- "type: docs" | ||
- title: Chores | ||
labels: | ||
- "type: chore" | ||
- title: Other Changes | ||
labels: | ||
- "*" |
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 was deleted.
Oops, something went wrong.