We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d2418 commit ee67138Copy full SHA for ee67138
.github/workflows/ci.yml
@@ -149,7 +149,7 @@ jobs:
149
.github/.cache/buster-for-binary
150
151
- name: Create/Update Draft
152
- uses: lucacome/draft-release@9e620cf75275b925cc44df78f13f4061f3190693 # v1.2.1
+ uses: lucacome/draft-release@f15262dc3ac8c3efbf09a8ce5406cd0fc47aabb1 # v1.2.2
153
with:
154
minor-label: "enhancement"
155
major-label: "change"
.github/workflows/release-pr.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Get Release Notes
37
id: notes
38
39
40
config-path: .github/release-notes.yml
41
dry-run: true
0 commit comments