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 automatic changelog generation #227

Merged
merged 6 commits into from
Jun 29, 2021
Merged

✨ Add automatic changelog generation #227

merged 6 commits into from
Jun 29, 2021

Conversation

rubenaeg
Copy link
Contributor

@rubenaeg rubenaeg commented Jun 29, 2021

Proposed changes

This PR adds a GitHub Workflow, in addition to some scripts for automatic changelog generation.
The workflow is triggered on PR Merge and Tag Creation, which will be triggered by a lerna publish by executing the postpublish script. This script pushes the latest tags for each package to origin and remote and then checks for the workflow status to pull changes (i.e. newly generated changelogs) to the local repository.

Also fixes #179

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

@rubenaeg rubenaeg requested a review from m-ripper June 29, 2021 15:08
@rubenaeg rubenaeg merged commit b238b48 into jovotech:master Jun 29, 2021
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.

smapiUpdateSkill:Server cannot process the request due to a client error.
2 participants