mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
Include a changelog for the specification itself #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eemeli on GitHub (Apr 17, 2019).
I guess this counts as a bit of a request for dogfooding?
I am using conventional-commits and tools based on it. Currently, when I notice that the website's version has updated itself, I need to look through the commits on GitHub to find out what happened. This is clumsy. What I expected to find was a changelog available somewhere that would summarise the changes for me; this is effectively the most significant reason why I'm encouraging developers around me to use the spec in the first place.
Or did I just not find the changelog, and this is really a request for linking to it more clearly?
@bcoe commented on GitHub (Apr 17, 2019):
@eemeli great point 👍 the cobblers children have no shoes?
Would happily accept a PR adding a CHANGELOG, standard-verison is what I use on all my libraries ... and it's about to have a PR lands that makes it compliant with the latest and greatest rules we're describing in this specification.
@damianopetrungaro commented on GitHub (Jul 4, 2019):
@eemeli do you want to work on it?
@eemeli commented on GitHub (Jul 4, 2019):
@damianopetrungaro I'm afraid I don't really have the bandwidth available for this atm.
@bcoe commented on GitHub (Jul 8, 2019):
@damianopetrungaro I'd be happy to take this on, I think we need to come up with some guidelines for how we tag the different variety of commits to this repo however; as working on a spec document is a bit different than a module ... almost every change could be argued to be
docs.@rbalet commented on GitHub (Apr 24, 2025):
Hey @bcoe would you still be open to merge a PR in case I was willing to do one ?
I could do one of the both
A: Conventional changelog
release scriptinside thepackage.jsonfileB: Release please & GitHub
release-please.ymlrequired fileNote: never tried release please but seems pretty simple
Cheers
@bcoe commented on GitHub (May 2, 2025):
@rbalet yes I would be open to adding a release process, and would be appreciative of a PR.
@rbalet commented on GitHub (May 16, 2025):
@bcoe Nice I'll get to it in the following days.
Is the actual state ready for you to be the v1.0.0 ?
If yes, could you add a new
v1.0.0tag in the master branch ?Then I'll be able to prepare the changelog with his automation.
Cheers!