Skip to content

Commit 19ca9bd

Browse files
Merge pull request #1059 from mendix/fix/release-14.x.x-pipeline
chore: update node version handling and add verbose flag to release-it
2 parents e062e7b + a8565be commit 19ca9bd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-it.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: 18
29+
node-version-file: '.nvmrc'
3030

3131
- name: Release a new version
3232
env:
@@ -35,6 +35,6 @@ jobs:
3535
npm install -g release-it
3636
git config --global user.email "github-actions[bot]@users.noreply.github.com"
3737
git config --global user.name "github-action"
38-
release-it --increment=${{ github.event.inputs.version }} --ci --github.release --github.draft --git.commitMessage="chore: release v\${version}" --git.tagName="v\${version}"
38+
release-it -VV --increment=${{ github.event.inputs.version }} --ci --github.release --github.draft --git.commitMessage="chore: release v\${version}" --git.tagName="v\${version}"
3939
4040

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-template",
3-
"version": "14.1.5",
3+
"version": "14.1.4",
44
"private": true,
55
"scripts": {
66
"postinstall": "node patches/apply-patches.js && jetify",

0 commit comments

Comments
 (0)