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

(feature) Allow partial update of releases in output file. #5

Open
hastebrot opened this issue May 18, 2015 · 0 comments
Open

(feature) Allow partial update of releases in output file. #5

hastebrot opened this issue May 18, 2015 · 0 comments

Comments

@hastebrot
Copy link
Contributor

TL;DR: The plan is to have the Gradle tasks createReleaseNotes and updateReleaseNotes. The former a complete creation for all releases, the latter a partial update for the latest releases.

The Problem

We generate release notes and put them into output files like CHANGES.md. These files contain releases, which are the basic building blocks and listed in reverse chronological order.

There are two parts that can be modified for partial updates:

  • output file: use existing output file and add new releases to the top.
  • network traffic: only fetch data related to new releases.
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

No branches or pull requests

1 participant