decentralized-identity / sidetree

Sidetree Specification and Reference Implementation
https://identity.foundation/sidetree/spec
Apache License 2.0
438 stars 112 forks source link

build: add conventional changelog support #793

Closed tplooker closed 4 years ago

tplooker commented 4 years ago

This PR adds support for automated changelog generation during the release process

Note - this will enforce a specific commit format from now on so the changelog can be automatically generated based on the changelog.

Looking for feedback on this approach and confirming it is not going to be a developer burden.

tplooker commented 4 years ago

We will need to manually generate the changelog up until this date so later version releases will generate the changelog automatically

OR13 commented 4 years ago

@tplooker what needs to be done to make this actionable?

tplooker commented 4 years ago

@OR13 first need to get the CI user access token sorted for the build pipeline, documented in #795, which is currently blocked as I'm awaiting user being setup in the npm org correctly

OR13 commented 4 years ago

JFYI you can setup NPM Access tokens at an organization level in github... https://github.blog/changelog/2020-05-14-organization-secrets/ @csuwildcat