We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae2eb6 commit ffd162aCopy full SHA for ffd162a
.github/PULL_REQUEST_TEMPLATE
@@ -2,11 +2,10 @@
2
3
## Release process
4
5
-Impact:
+- [ ] Created changelog entry using `./changelog.sh`
6
7
-Changelog:
8
9
-### PR release workflow (internal)
+## PR release workflow (internal)
10
11
- [ ] PR has internal ticket
12
- [ ] internal issue ID (PL-…) part of branch name
changelog.sh
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env bash
+
+nix develop --impure --command scriv create --edit
0 commit comments