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.

Formalise and publish release guidance and remove "@next" release tag

See original GitHub issue

We should aim to release bugfixes fairly quickly and batch the semver-minor changes every month (stick in the air estimate based on the amount of contributions this project receives).

We can make use of the prerelease release tagging system to easily take advantage of discrete releases, rather than using the custom @next tag.

This is primarily a documentation updating exercise in the first instance; we need to:

  • remove the @next documentation from the README
  • deprecate and then remove any @next tags from npm
  • probably add something about how we release stuff in the future

On making releases automatically:

In the short term - @patriksimek I currently don’t have publish rights but @dhensby does - could you fix that, please?

In the longer term - we can auto release using something like this: https://github.com/semantic-release/semantic-release

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
dhensbycommented, Mar 7, 2019

TBH - I think we’ve done all we are going to with this. closing as done

1reaction
davidbayo10commented, Nov 28, 2018

I installed again and it seems to work correctly! Thank you all!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Semantic Release - GitHub
Create Git tag, Create a Git tag corresponding to the new release version. ; Prepare, Prepare the release. ; Publish, Publish the release....
Read more >
README - semantic-release
semantic-release automates the whole package release workflow including: determining the next version number, generating the release notes, and publishing ...
Read more >
What are GitHub Releases and How to create a ... - Tools QA
This article will give you in-depth understanding about - What Are GitHub Releases? How to create and deleate a release In GitHub?
Read more >
7. Releasing and versioning - Python Packages
To solve this problem, developers assign a unique version number to each unique state of their package and release each new version independently....
Read more >
Git Tag Release Management - phoenixNAP
This guide shows how to manage Git releases from tags on the GitHub website. ... From the Releases page, click Draft New Release....
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