File tree Expand file tree Collapse file tree 3 files changed +2
-27
lines changed
Expand file tree Collapse file tree 3 files changed +2
-27
lines changed Original file line number Diff line number Diff line change 11name : Labeler
22
33on :
4- push :
5- branches :
6- - main
74 issues :
85 types : [opened]
9- pull_request :
10- types :
11- - opened
12- - reopened
13- - synchronize
14- - labeled
15- - unlabeled
16- branches :
17- - main
186
197jobs :
20- label-sync :
21- if : github.event_name == 'push'
22- runs-on : ubuntu-latest
23- steps :
24- - name : Check out the repository
25- uses : actions/checkout@v3
26- - name : Run Labeler
27- uses : crazy-max/ghaction-github-labeler@v4.0.0
28- with :
29- yaml-file : .github/labels.yaml
30- skip-delete : false
31- dry-run : false
32-
338 apply-triage-label :
349 if : github.event_name == 'issues'
3510 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2525 [
2626 " @semantic-release/git" ,
2727 {
28- "assets" : [" pyproject.toml" , " */__about__ .py" ],
28+ "assets" : [" pyproject.toml" , " */_version .py" ],
2929 "message" : " 🔖 camply ${nextRelease.version}\n\n ${nextRelease.notes}\n [skip ci]"
3030 }
3131 ],
Original file line number Diff line number Diff line change 55__author__ = "Justin Flannery"
66__email__ = "juftin@juftin.com"
77__application__ = "camply"
8- __version__ = "0.31.1 "
8+ __version__ = "0.32.0 "
You can’t perform that action at this time.
0 commit comments