We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x
16
Linux
Ubuntu 21.04
releasify/lib/commands/publish.js
Line 88 in e279753
try to make a very first release of some package by calling
releasify publish
for example you can check out this one: https://github.com/nearform/mercurius-apollo-tracing/tree/bab75dee4988e47b0ee776ca21dab1a6f07edc0b
No error is thrown, package get's published
The text was updated successfully, but these errors were encountered:
Please provide more detail on it. e.g. do you have any commit for the project, is git setup correctly, etc.
A minimal reproducible example project for this error is appreciable.
Sorry, something went wrong.
It occured on running in this repo on this commit: https://github.com/nearform/mercurius-apollo-tracing/tree/bab75dee4988e47b0ee776ca21dab1a6f07edc0b
so if anyone checks out that commit they can reproduce it easily.
I think the issue is caused by the absence of the tag.
If there are no tags, we should release from the first commit to head.
As workaround you can use the --to and --from parameters
--to
--from
No branches or pull requests
Prerequisites
Fastify version
x
Plugin version
x
Node.js version
16
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
Ubuntu 21.04
Description
releasify/lib/commands/publish.js
Line 88 in e279753
Steps to Reproduce
try to make a very first release of some package by calling
for example you can check out this one:
https://github.com/nearform/mercurius-apollo-tracing/tree/bab75dee4988e47b0ee776ca21dab1a6f07edc0b
Expected Behavior
No error is thrown, package get's published
The text was updated successfully, but these errors were encountered: