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

Deprecate CHANGELOG_TEMPLATE.md #239

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions documentation/SupportingDocuments/CHANGELOG_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
# Changelog

## X.Y.Z [ALPHA]

### Added

* New property `new_name`
* New endpoint `new_name`
* Examples

### Changed

* Property `old_name` renamed to `new_name`
* Format for property `property` changed to `new_format`

### Fixed

* Typos fixed
* Reference corrected

### Removed

* Deprecated field `old_field`
* Deprecated endpoint
**PLEASE NOTE: This document is DEPRECATED as the updated [CHANGELOG_TEMPLATE](https://github.com/camaraproject/ReleaseManagement/blob/main/documentation/CHANGELOG_TEMPLATE.md) and [CHANGELOG_EXAMPLE](https://github.com/camaraproject/ReleaseManagement/blob/main/documentation/CHANGELOG_EXAMPLE.md) are now maintained within the Release Management Working Group.**