chore: release workflow testing
This commit is contained in:
parent
d43da9993e
commit
1b9915c6c4
2 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,8 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:${VARIANT}
|
|||
|
||||
RUN apt-get update && apt-get install gnupg2 -y
|
||||
|
||||
RUN npm i --location=global release-please
|
||||
|
||||
# [Optional] Uncomment if you want to install an additional version of node using nvm
|
||||
# ARG EXTRA_NODE_VERSION=10
|
||||
# RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"packages": {
|
||||
".": {
|
||||
"app": {
|
||||
"releaseType": "node",
|
||||
"draft": false,
|
||||
"prerelease": false,
|
||||
"bumpMinorPreMajor": false,
|
||||
"bumpPatchForMinorPreMajor": false,
|
||||
"changelogPath": "CHANGELOG.md",
|
||||
"changelogPath": "../CHANGELOG.md",
|
||||
"versioning": "default"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue