question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

First release flow

See original GitHub issue

Is your feature request related to a problem? Please describe. When I added ship.js for new library that is never published, I got error message

npm run release:prepare

> @jeetiss/try-shipjs@ release:prepare /Users/jeetiss/Projects/try-shipjs
> shipjs prepare

› Checking the current status.
Failed to prepare a release for the following reason(s).
  - There is no git tag for the current version (v0.0.0)

And I don’t know how fix that

Describe the solution you’d like We need describe first release flow better, and specify version that means unreleased package, like 0.0.0 or empty string.

Describe alternatives you’ve considered Don’t know

Additional context Setup script that you added is so helpful ❤️ PS: I’m learning English now, fill free to edit my message for fixing some mistakes, and I hope that my message is understandable 🙏🏻

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
eunjae-leecommented, Nov 21, 2019

thinking of improving first-trying users’ experience. thanks for the doc which will save people in the meantime 😃

0reactions
jeetisscommented, Nov 18, 2019

Hi! @tyankatsu0105 🙌🏻

thanks for help

I think that this steps should shipjs do and this will be so helpful

what do you think? @Haroenv, @eunjae-lee I can help if you agree with this

Read more comments on GitHub >

github_iconTop Results From Across the Web

Release Flow
A feature branch facilitates isolation of the changes being introduced and makes peer-review super simple. Releases can just keep flowing right from the ......
Read more >
Gitflow release branch process from start to finish example
To work with the release branch, first initialize a Gitflow repository. $ git flow init Initialized empty Git repository in ...
Read more >
Release Flow: How We Do Branching on the VSTS Team
When we need to bring a change to production, we first make the change against the master branch. We get it code reviewed...
Read more >
Gitflow Workflow | Atlassian Git Tutorial
Gitflow is an alternative Git branching model that involves the use of feature branches and multiple primary branches. It was first published and...
Read more >
Introduction to GitLab Flow
Git flow was one of the first proposals to use Git branches, and it has received a lot of attention. It suggests a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found