-
-
Notifications
You must be signed in to change notification settings - Fork 22
Allow using existing Keep-A-Changelog files for release notes #18
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
Merged
Ocramius
merged 27 commits into
laminas:1.1.x
from
weierophinney:feature/keep-a-changelog
Aug 6, 2020
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
a875b8b
qa: add phly/keep-a-changelog as a dependency
weierophinney 6bc8e3a
WIP: add ability to use Keep-A-Changelog to set release date in CHANG…
weierophinney 3e2e89e
qa: adapted ReleaseCommandTest to mirror changes to ReleaseCommand
weierophinney c98f47d
qa: apply phpcs fixes
weierophinney 01c2544
qa: suppress psalm deprecation notice in console file
weierophinney c54f81d
qa: ensure proper types are used everywhere
weierophinney 5e23df3
qa: unit tests for CreateChangelogViaMilestone class
weierophinney 6ef607f
qa: unit tests for ReleaseChangelogAndFetchContentsAggregate
weierophinney 11bdaae
qa: adds unit tests for CommitFileViaConsole
weierophinney a8c3af2
qa: adds unit tests for UseKeepAChangelogEventsToReleaseAndFetchChang…
weierophinney 3349594
qa: apply CS fixes and psalm advice
weierophinney d2707b1
fix: remove author awareness from CommitFile and ReleaseChangelogEvent
weierophinney b6bf9d5
refactor: remove input/output awareness from ReleaseChangelogEvent
weierophinney 3a40424
refactor: accept a branch name when committing a file
weierophinney 8d8146c
refactor: new interface, ReleaseChangelog
weierophinney ba55354
refactor: idempotent creation of release text via keep-a-changelog
weierophinney dba9e17
refactor: creates AppendingCreateReleaseTextAggregate as aggregate Cr…
weierophinney 1591c4a
refactor: add ReleaseChangelog as ReleaseCommand argument and switch …
weierophinney 7da6ca0
refactor: use lcobucci/clock instead of `date()`
weierophinney 9641022
docs: adds initial CHANGELOG.md file.
weierophinney b7a888f
refactor: rename `AppendingCreateReleaseTextAggregate` to `Concatenat…
weierophinney 8c4de68
qa: incorporate feedback for ConcatenateMultipleReleaseTexts
weierophinney 51713c2
refactor: rename `ReleaseChangelog` to `CommitReleaseChangelog`
weierophinney a5deb57
refactor: assign text `CHANGELOG.md` to a class constant
weierophinney d9fe978
feat: more commit text when committing changelog
weierophinney 8be5ae2
fix: assertions > type declaration
weierophinney 7d9c597
qa: refactor how `CommitFileViaConsoleTest` initializes dummy repo
weierophinney File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file, in reverse chronological order by release. | ||
|
||
## 1.1.0 - TBD | ||
|
||
### Added | ||
|
||
- [#18](https://github.com/laminas/automatic-releases/pull/18) adds support for using `CHANGELOG.md` files in [Keep-A-Changelog](https://keepachangelog.com) format for the release notes. When such a file is found, the tooling will set the release date in the file, commit and push it, and then extract that changelog version to use in the release notes. It still pulls release notes from patches associated with the milestone as well, in order to provide attribution and provide additional insight into the changes associated with the release. | ||
|
||
### Changed | ||
|
||
- Nothing. | ||
|
||
### Deprecated | ||
|
||
- Nothing. | ||
|
||
### Removed | ||
|
||
- Nothing. | ||
|
||
### Fixed | ||
|
||
- Nothing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.