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
✔ bumping version in package.json from 3.0.0-beta.0 to 3.0.0-beta.1
✔ bumping version in package-lock.json from 3.0.0-beta.0 to 3.0.0-beta.1
✔ outputting changes to CHANGELOG.md
✔ committing package-lock.json and package.json and CHANGELOG.md
✔ tagging release 3.0.0-beta.1
ℹ Run `git push --follow-tags origin master --tag prerelease` to publish
where --tag prerelease doesn’t make sense as a git flag:
$ git push --follow-tags origin master --tag prerelease
error: src refspec prerelease does not match any.
error: failed to push some refs to '[email protected]:micromata/baumeister.git'
Desired output
ℹ Run `git push --follow-tags origin master` to publish
Cheers, Michael
The text was updated successfully, but these errors were encountered:
Hej,
the following occured with
[email protected]
and having"private": true
in my package.jsonI used the following command:
Actual output
where
--tag prerelease
doesn’t make sense as a git flag:Desired output
Cheers, Michael
The text was updated successfully, but these errors were encountered: