Skip to content

Commit

Permalink
fix(release automation test): replace gulp with semantic-release enti…
Browse files Browse the repository at this point in the history
…rely
  • Loading branch information
KaiSchwarz-cnic committed Apr 19, 2024
1 parent 3a68c8c commit 32dd733
Show file tree
Hide file tree
Showing 5 changed files with 1,698 additions and 3,669 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"extensions": [
"GitHub.vscode-pull-request-github",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker"
],
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/supporting_files/scripts/post-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: This file will be executed as remoteUser (devcontainer.json)
echo "=> Script: post-create.sh Executed by: $(whoami)"

sudo npm install --silent --progress=false --global gulp-cli commitizen@latest cz-conventional-changelog@latest semantic-release-cli@latest
sudo npm i --progress=false --global gulp-cli commitizen@latest cz-conventional-changelog@latest semantic-release-cli@latest

# shellcheck source=/dev/null
source ~/.zshrc
Expand Down
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "./updateVersion.sh ${nextRelease.version}",
"successCmd": "gulp -f gulpfile.cjs publishNotification --update \"${nextRelease.version}\" --type \"${nextRelease.type}\" --notes \"${encodeURIComponent(nextRelease.notes)}\""
"prepareCmd": "./updateVersion.sh ${nextRelease.version}"
}
],
"@semantic-release/npm",
Expand All @@ -27,6 +26,7 @@
]
}
],
"semantic-release-teams-notify-plugin",
"@semantic-release/github"
]
}
Loading

0 comments on commit 32dd733

Please sign in to comment.