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.

Use semantic-release?

See original GitHub issue

For Project Helix, we are using semantic release and despite the additional work you need to put in when committing (run npm run commit instead of git commit), we’ve found it worthwhile, as it gives us an automated release process

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
benjamindcommented, Jun 20, 2019

I’ve used semantic-release once or twice before and generally liked it. On our current project we’re using Rush which has similar functionality.

Once we start publishing actual usable versions I think this would be a good thing to adopt.

0reactions
trieloffcommented, Sep 18, 2019

We’ve been sharing the same token for all helix-* projects and I would have shared with your project, too – but getting a separate token from @filmaj is definitely better.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting started - Semantic Release - GitBook
1. ​Install semantic-release in your project · 2. Configure your Continuous Integration service to run semantic-release​ · 3. Configure your Git repository and ......
Read more >
Basic Guide to Semantic Release - Level Up Coding
Demonstration of semantic release on a Java project with GitHub Actions · Checkout source code — actions/checkout@v2 · Setup Java — actions/setup-java@v2 ·...
Read more >
semantic-release/getting-started.md at master - GitHub
In order to use semantic-release you must follow these steps: Install semantic-release in your project; Configure your Continuous Integration service to run ...
Read more >
Automating Versioning and Releases Using Semantic Release
semantic -release uses the commit messages to determine the type of changes in the codebase. Following formalized conventions for commit ...
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