Formalise and publish release guidance and remove "@next" release tag
See original GitHub issueWe 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 theREADME
- 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:
- Created 5 years ago
- Comments:10
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
TBH - I think we’ve done all we are going to with this. closing as done
I installed again and it seems to work correctly! Thank you all!