Skip to content

Conversation

@jzempel
Copy link
Member

@jzempel jzempel commented Feb 5, 2024

Description

The config updates and fixes in the PR allow the positional tag version specifier to work as intended. For example: npm run tag preminor would ensure that the version is set with -next.x notation and that it is published under the next tag.

@jzempel jzempel requested a review from a team as a code owner February 5, 2024 20:58
steps:
- *attach_workspace
- run: npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN
- run: npm exec -- lerna publish from-git --ignore-scripts --no-verify-access --yes
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removes a deprecated Lerna flag – all access is now verified by default

@coveralls
Copy link

Coverage Status

coverage: 96.235%. remained the same
when pulling f1d6ad5 on jzempel/fix-config
into 76a4e83 on main.

@jzempel jzempel merged commit 4bc0332 into main Feb 5, 2024
@jzempel jzempel deleted the jzempel/fix-config branch February 5, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

5 participants