Skip to content

Commit d333b51

Browse files
authored
Update release pipeline (#18)
1 parent 7c0c618 commit d333b51

File tree

2 files changed

+20
-23
lines changed

2 files changed

+20
-23
lines changed

.github/release-drafter.yml

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
name-template: 'Release v$RESOLVED_VERSION'
22
tag-template: 'v$RESOLVED_VERSION'
33

4-
changelog:
5-
exclude:
6-
labels:
7-
- 'ignore for release'
8-
- 'ignore for release'
4+
exclude-labels:
5+
- 'ignore for release'
96

10-
categories:
11-
- title: '🚀 New Features'
12-
labels:
13-
- 'enhancement'
7+
categories:
8+
- title: '🚀 New Features'
9+
labels:
10+
- 'enhancement'
1411

15-
- title: '🐛 Bugs'
16-
labels:
17-
- 'bug'
12+
- title: '🐛 Bugs'
13+
labels:
14+
- 'bug'
1815

19-
- title: '📚 Documentation'
20-
labels:
21-
- 'documentation'
16+
- title: '📚 Documentation'
17+
labels:
18+
- 'documentation'
2219

23-
- title: '🔧 Maintenance'
24-
labels:
25-
- 'chore'
20+
- title: '🔧 Maintenance'
21+
labels:
22+
- 'chore'
2623

27-
- title: 'Other Changes'
28-
labels: []
24+
- title: 'Other Changes'
25+
labels: []
2926

3027
template: |
3128
## Changelog for v$RESOLVED_VERSION

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
- name: Upload release assets
8080
run: |
8181
gh release upload ${{ github.event.inputs.version }} \
82-
"artifacts/taskr_${{ github.event.inputs.version }}_linux" \
83-
"artifacts/taskr_${{ github.event.inputs.version }}_windows.exe" \
84-
"artifacts/taskr_${{ github.event.inputs.version }}_macos" \
82+
"artifacts/binaries-linux-latest/taskr_${{ github.event.inputs.version }}_linux" \
83+
"artifacts/binaries-windows-latest/taskr_${{ github.event.inputs.version }}_windows.exe" \
84+
"artifacts/binaries-macos-latest/taskr_${{ github.event.inputs.version }}_macos" \
8585
--clobber
8686
8787
gh release edit ${{ github.event.inputs.version }} --draft=false

0 commit comments

Comments
 (0)