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.

CRITICAL: minor bumps being ignored

See original GitHub issue
954363d (HEAD -> feature/standard-version-release, tag: v2.0.0) chore(release): 2.0.0
aede9f4 feat: Broke the API
30acfe1 (tag: v1.3.0) chore(release): 1.3.0
f76aa30 feat: Forced a feature change
6836ceb (tag: v1.2.0) chore(release): 1.2.0
570f674 fix: Fixed a dummy thing...
cbc732d (tag: v1.1.0) chore(release): 1.1.0
d21e3ed build: no trailing space
701a018 (tag: v1.0.0) chore(release): 1.0.0
e251f2e chore: Installed standard-version for simple semantic release tagging

the version bump is wrong for commits d21e3ed (build:…) and 570f674 (fix:…) as should be a patch level change but is bumping to next minor.

feat: works as expected BREAKING CHANGE: works as expected

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:17 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
thmsnhlcommented, Nov 30, 2018

I had the same issue and was able to resolve it by pushing the created tag for the minor version. After the tag was pushed npm run release created a patch version as expected.

My problem was that I did not push the tag which is being created by standard-version but wanted to create it later manually.

1reaction
thmsnhlcommented, May 23, 2019

@NetanelBasal I just had the same issue again on yesterday and I found a way to fix this.

What I realized was that I needed to merge the master-branch back into development (we are doing releases from development-branch) after creating the tag.

I just took a quick look at your repository and it seems like v3.10.0 did not find a way back into master and is being ignored when running release.

Also there seems to be a similar anomaly on version 3.7.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Facts About Concussion and Brain Injury - CDC
Ignoring your symptoms and trying to “tough it out” often makes symptoms worse. Rest is very important after a concussion because it helps...
Read more >
2021 STAAR Grade 8 Reading Rationales
In paragraph 17, Lucy's embarrassment continues as a result of being ignored, so this is not a turning point in the selection. 8....
Read more >
Mild head injury and concussion - Headway
Essential information on mild head injury and concussion. Includes the warning signs that require urgent treatment, the ongoing effects of concussion ...
Read more >
Amyloidosis - Symptoms and causes - Mayo Clinic
Amyloidosis (am-uh-loi-DO-sis) is a rare disease that occurs when a protein called amyloid builds up in organs. This amyloid buildup can ...
Read more >
A Parent's Guide to Concussions
A concussion may be caused by a blow, bump, or jolt to the head or by any fall or ... Ignoring any signs...
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