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.

Feature request: Auto detect first release

See original GitHub issue

Hi,

Is it possible to detect first release automatically? Possible alternatives if they don’t conflict current features:

  • If version is 0.0.0.
  • If there is no CHANGELOG.md or it is empty.

Kind regards,

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
boneskullcommented, Jul 1, 2019

in my package.json I had 0.0.0, and the logic with --first-release is simple: it skips the bump.

0reactions
boneskullcommented, Jul 2, 2019

there’s also no coordination of package-lock.json with package.json when running --first-release; if I use 0.0.0 in package.json and manually change the version to e.g., 0.1.0 in preparation for --first-release, it will publish w/o updating package-lock.json to 0.1.0. at least, I think so–will have to double-check.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature request tracking: Guide, tools & best practices - Beamer
Feature requests are feedback forms that customers can fill out to ask for new features or suggest improvements to existing ones.
Read more >
[Feature Request] Implement auto cropping via cropdetect #81
I am working on adding this now, and initial version in develop branch. autocrop. I don't have it run on start as I...
Read more >
Feature request response email templates - LiveAgent
Feature requests are messages that customers send to inquire about a feature that is not included in your product or service. Receiving feature...
Read more >
Feature Requests: How to Collect Them and Engage Users in ...
Feature requests are an important window into your customers desires and priorities. Here's how to make the most of them, and handle the ......
Read more >
Feature Request Tracking Software - FeedBear
Feature Request tracking software like FeedBear allows you to manage and prioritize requests and keep customers in the loop.
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