-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create official releases + changelog notes #31
Comments
Also, it looks like the v2 branch may have been started from scratch (first commit: e9770a6), rather than continuing on from the historical branch (https://github.com/jehna/humanify/tree/v1). Why was that? |
Yes, let's do this for new versions! I think I can generate a changelog and versioning automatically while doing a new release to npm.
Yes, v2 was a complete rewrite from scratch, so I started with an orphan branch. Probably should have rebased on top of a clean-wiped v1 to ensure |
I've used this in some other projects, could become handy here too: |
Here's the docs for |
Should work now, creates this kind of autogenerated release notes: |
@jehna Looks good! Any plans to create retroactive releases for previous versions? (it looks like they're all tagged) I also notice that it doesn't look like releases are shown on the right hand column of the main page of the repo.. so you may need to tick that box in the repo settings too. One other note/question:
|
It would be cool if you were able to make some official github releases to help track the versions + changelog + etc:
I only found out that the 2.0 version came out by accident:
The text was updated successfully, but these errors were encountered: