Skip to content

Commit

Permalink
config: adjust settings
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Jun 26, 2024
1 parent ff22118 commit 07e1e01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-tools/prepare-release-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"headBranch": "prev-release",
"baseBranch": "preview",
"genReleaseSettingsFilePath": "./dev-tools/prev-gen-release-notes-settings.json",
"releaseNotesDirPath": "./ReleaseNotes",
"releaseNotesDirPath": "./ReleaseNotes/PreviewReleases",
"releasePrTemplateFilePath": "./templates/prev-prepare-release-template.md",
"releaseLabels": [
"🚀preview-release"
Expand All @@ -25,7 +25,7 @@
"headBranch": "prod-release",
"baseBranch": "main",
"genReleaseSettingsFilePath": "./dev-tools/prod-gen-release-notes-settings.json",
"releaseNotesDirPath": "./ReleaseNotes",
"releaseNotesDirPath": "./ReleaseNotes/ProductionReleases",
"releasePrTemplateFilePath": "./templates/prod-prepare-release-template.md",
"releaseLabels": [
"🚀production-release"
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/prev-gen-release-notes-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repoName": "kd_clients",
"githubTokenEnvVarName": "CICD_TOKEN",
"milestoneName": "${VERSION}",
"headerText": "${REPONAME} ${RELEASETYPE} Release Notes - ${VERSION}",
"headerText": "${REPONAME} Preview Release Notes - ${VERSION}",
"releaseType": "Preview",
"extraInfo": {
"title": "Quick Reminder",
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/prod-gen-release-notes-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repoName": "kd_clients",
"githubTokenEnvVarName": "CICD_TOKEN",
"milestoneName": "${VERSION}",
"headerText": "${REPONAME} ${RELEASETYPE} Release Notes - ${VERSION}",
"headerText": "${REPONAME} Production Release Notes - ${VERSION}",
"releaseType": "Production",
"emojisToRemoveFromTitle": [
"🚧",
Expand Down

0 comments on commit 07e1e01

Please sign in to comment.