Skip to content

Commit a4a8f39

Browse files
JanKoehnleinroboquat
authored andcommitted
[cahngelog] some cleanup
1 parent e58225e commit a4a8f39

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Fixes #
1414
Each line becomes a separate entry.
1515
Format: [!<optional for breaking>] <description>
1616
Example: !basic auth is no longer supported
17+
See https://www.notion.so/gitpod/Release-Notes-513a74fdd23b4cb1b3b3aefb1d34a3e0
1718
-->
1819
```release-note
1920
```

.werft/changelog.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# debug using `werft run github -f -j .werft/changelog.yaml -a debug=true`
2+
# this werft job is periodically run every night
23
pod:
34
serviceAccount: werft
45
nodeSelector:
@@ -16,7 +17,7 @@ pod:
1617
- name: GITHUB_TOKEN
1718
valueFrom:
1819
secretKeyRef:
19-
name: github-sh-release-token
20+
name: github-roboquat-automatic-changelog
2021
key: token
2122
command:
2223
- bash

0 commit comments

Comments
 (0)