Skip to content

Commit ffd162a

Browse files
committed
Adapt PR template for new changelog process.
1 parent cae2eb6 commit ffd162a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/PULL_REQUEST_TEMPLATE

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
## Release process
44

5-
Impact:
5+
- [ ] Created changelog entry using `./changelog.sh`
66

7-
Changelog:
87

9-
### PR release workflow (internal)
8+
## PR release workflow (internal)
109

1110
- [ ] PR has internal ticket
1211
- [ ] internal issue ID (PL-…) part of branch name

changelog.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
nix develop --impure --command scriv create --edit

0 commit comments

Comments
 (0)