Skip to content

Commit 4f2d9c3

Browse files
author
Xing Han Lu
authored
Merge pull request #579 from plotly/improve-automation
#patch Change default version bump to patch, update PR instructions
2 parents a1ce50e + e1913cb commit 4f2d9c3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ I have addressed all of the following questions:
3535
readable and, where it isn't, it has been commented appropriately.)]
3636
- [ ] Am I reinventing the wheel? (I have used appropriate packages to
3737
lessen the volume of code that needs to be maintained.)
38+
39+
## Post PR (at merge time)
40+
41+
- [ ] When you are merging, make sure to write one of the following tags in the commit message (or it will default to patch):
42+
- `#patch` - An app has been updated or fixed
43+
- `#minor` - A new app has been added, or an app has been significantly reworked
44+
- `#major` - Breaking changes, make sure to discuss with dash-core before using this tag

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
WITH_V: true
24+
DEFAULT_BUMP: patch
2425
- name: Compress apps
2526
run: |
2627
cd ./apps;

0 commit comments

Comments
 (0)