You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the change to pnpm, the pnpm config set version-git-tag false appears to have stop working. This causes pnpm version --new-version $RELEASE to create a commit, end result is two commits for each version update. We should investigate what the setting is to disable version-git-tag in pnpm.
With the change to pnpm, the
pnpm config set version-git-tag false
appears to have stop working. This causespnpm version --new-version $RELEASE
to create a commit, end result is two commits for each version update. We should investigate what the setting is to disable version-git-tag in pnpm.See the commit history for release 1.9.1 in pass-ui: https://github.com/eclipse-pass/pass-ui/commits/main/
There are four commits for the 1.9.1 release, there should only be two, the ones with the
Update version to ...
comment.Not the end of the world, but should be fixed eventually.
The text was updated successfully, but these errors were encountered: