File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,10 @@ I have addressed all of the following questions:
35
35
readable and, where it isn't, it has been commented appropriately.)]
36
36
- [ ] Am I reinventing the wheel? (I have used appropriate packages to
37
37
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
Original file line number Diff line number Diff line change 21
21
env :
22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
23
WITH_V : true
24
+ DEFAULT_BUMP : patch
24
25
- name : Compress apps
25
26
run : |
26
27
cd ./apps;
You can’t perform that action at this time.
0 commit comments