Replies: 1 comment
-
|
I'll start doing that from 0.0.40 onwards using generated release notes - https://github.com/facebook/react-strict-dom/releases/tag/0.0.40 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is the only way I know to be notified about when a project release a version. People can subscribe and get a notification when a release is pushed. Very convenient !
GitHub release is basically a git tag with release note.
I personally made a tool to handle this with a single command (read git tags and convert the last one with notes from CHANGELOG into a GitHub release - https://github.com/MoOx/github-release-from-changelog) and I guess there are probably others that will works.
Beta Was this translation helpful? Give feedback.
All reactions