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

Added UpdateChangelog task #3333

Merged
merged 1 commit into from Mar 22, 2019
Merged

Conversation

Cheesebaron
Copy link
Member

@Cheesebaron Cheesebaron commented Mar 21, 2019

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

feature

πŸ†• What is the new behavior (if this is a feature change)?

You can run it with:

sh build.sh --target UpdateChangelog --since_tag=6.2.3 --github_token=abcd

If you have CHANGELOG_GITHUB_TOKEN set as environment, you can ommit the github_token argument.

since_tag is optional, but can be used to limit how much is added to the changelog.

If you are on a release branch it will set the future version to the version matching that release branch.

πŸ’₯ Does this PR introduce a breaking change?

no

πŸ› Recommendations for testing

run the cake task

πŸ“ Links to relevant issues/docs

Fixes #3332

πŸ€” Checklist before submitting

You can run it with:

```
sh build.sh --target UpdateChangelog --since_tag=6.2.3 --github_token=abcd
```

If you have `CHANGELOG_GITHUB_TOKEN` set as environment, you can ommit the `github_token` argument.

`since_tag` is optional, but can be used to limit how much is added to the changelog.

If you are on a release branch it will set the future version to the version matching that release branch.
@Cheesebaron Cheesebaron added p/ci Continuous Integration platform t/maintenance Maintenance type labels Mar 21, 2019
@Cheesebaron Cheesebaron requested a review from a team March 21, 2019 18:25
@martijn00 martijn00 added this to the 6.2.4 milestone Mar 22, 2019
@martijn00 martijn00 merged commit 7b4eb0e into develop Mar 22, 2019
@martijn00 martijn00 modified the milestones: 6.2.4, 6.3.0 May 13, 2019
@martijn00 martijn00 deleted the feature/gh3332-changelog-cake-task branch May 20, 2019 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p/ci Continuous Integration platform t/maintenance Maintenance type
Development

Successfully merging this pull request may close these issues.

Create script for consistent changelog generation
2 participants