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.

fix semantic release

See original GitHub issue

semantic release is broken for past few releases.

https://travis-ci.org/sarbbottam/eslint-find-rules/jobs/171707833#L355

 The commit the last release of this package was derived from is not in the direct history of the "master" branch.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
ljharbcommented, Oct 30, 2016

A better approach is being on the latest git, and having this in your ~/.gitconfig:

[push]
    default = current
1reaction
sarbbottamcommented, Oct 30, 2016
Read more comments on GitHub >

github_iconTop Results From Across the Web

Semantic Release - GitHub
semantic -release uses the commit messages to determine the consumer impact of changes in the codebase. Following formalized conventions for commit messages, ...
Read more >
Frequently Asked Questions - semantic-release
How can I revert a release? · If you have a fix immediately ready, commit and push it (or merge it via a...
Read more >
Basic Guide to Semantic Release - Level Up Coding
To start having semantic release on a java project hosted on GitHub, the first step is to enable GitHub Actions. Click on the...
Read more >
How to automate your releases, versioning & release notes ...
Follow semantic versioning in order to reflect project changes to consumers and differentiate between features releases, bug fixes and breaking changes.
Read more >
Learning to Use Semantic-Release the Hard Way
What is semantic-release? · Update changelog based on all new commit messages · Commit the change · Create a git tag for the...
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