Skip to content
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

Add auto-changelog #1013

Merged
merged 2 commits into from
Aug 20, 2019
Merged

Add auto-changelog #1013

merged 2 commits into from
Aug 20, 2019

Conversation

estebanmino
Copy link
Contributor

Description

This PR adds an auto-changelog script. Based on work made on the extension.

The process would look like:

  • Create a bump version PR
  • In the same PR run npm run update-changelog, CHANGELOG file will be updated under Current Develop Branch
  • Create a new section in this file as {new version tag} - {date}, cut and copy the PRs information generated in last step into this new section.

Checklist

  • There is a related GitHub issue
  • Tests are included if applicable
  • Any added code is fully documented

Issue

Resolves #1010

Copy link
Contributor

@brunobar79 brunobar79 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@estebanmino estebanmino merged commit d59d014 into develop Aug 20, 2019
@estebanmino estebanmino deleted the auto-changelog branch November 22, 2019 14:25
rickycodes pushed a commit that referenced this pull request Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create script to generate changelog automatically
2 participants