We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58225e commit a4a8f39Copy full SHA for a4a8f39
.github/pull_request_template.md
@@ -14,6 +14,7 @@ Fixes #
14
Each line becomes a separate entry.
15
Format: [!<optional for breaking>] <description>
16
Example: !basic auth is no longer supported
17
+ See https://www.notion.so/gitpod/Release-Notes-513a74fdd23b4cb1b3b3aefb1d34a3e0
18
-->
19
```release-note
20
```
.werft/changelog.yaml
@@ -1,4 +1,5 @@
1
# debug using `werft run github -f -j .werft/changelog.yaml -a debug=true`
2
+# this werft job is periodically run every night
3
pod:
4
serviceAccount: werft
5
nodeSelector:
@@ -16,7 +17,7 @@ pod:
- name: GITHUB_TOKEN
valueFrom:
secretKeyRef:
- name: github-sh-release-token
+ name: github-roboquat-automatic-changelog
21
key: token
22
command:
23
- bash
0 commit comments