Skip to content

Commit

Permalink
config: adjust settings and fix install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Jun 26, 2024
1 parent 67206cd commit d209729
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
# [Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
Expand Down
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"cSpell.words": [
"Carbonate",
"CICD",
"Kinson",
"NONDIRPUSHREACTABLE",
"ONEWAYPULLREACTABLE",
"ONEWAYPUSHREACTABLE",
"parameterless",
"Pullable",
"Pushable",
"pwsh",
"Reactable",
"reactables",
"REPONAME",
"runsettings",
"struct",
"TWOWAYPUSHPULLREACTABLE",
"unsubscriber",
"unsubscription",
"unsubscriptions",
Expand Down
3 changes: 3 additions & 0 deletions dev-tools/bin/kd-admin
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
# generated by deno install
deno "run" "--allow-read" "--allow-write" "--allow-net" "--allow-env" "--allow-run" "--no-config" "https://raw.githubusercontent.com/KinsonDigital/kd-admin/v1.0.0-preview.3/src/main.ts" "$@"
2 changes: 2 additions & 0 deletions dev-tools/bin/kd-admin.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
% generated by deno install %
@deno "run" "--allow-read" "--allow-write" "--allow-net" "--allow-env" "--allow-run" "--no-config" "https://raw.githubusercontent.com/KinsonDigital/kd-admin/v1.0.0-preview.3/src/main.ts" %*
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": "Carbonate",
"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": "Carbonate",
"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 d209729

Please sign in to comment.