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

Fix CHANGELOG file #110

Merged
merged 2 commits into from Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions CHANGELOG → CHANGELOG.md
Expand Up @@ -61,11 +61,11 @@ Bleeding-edge development, not yet released
- Initial commit of project

[Unreleased]: https://github.com/keikoproj/active-monitor/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/keikoproj/active-monitor/releases/tag/v0.6.0
[0.5.2]: https://github.com/keikoproj/active-monitor/releases/tag/v0.5.2
[0.5.1]: https://github.com/keikoproj/active-monitor/releases/tag/v0.5.1
[0.5.0]: https://github.com/keikoproj/active-monitor/releases/tag/v0.5.0
[0.4.0]: https://github.com/keikoproj/active-monitor/releases/tag/v0.4.0
[0.3.0]: https://github.com/keikoproj/active-monitor/releases/tag/v0.3.0
[0.2.0]: https://github.com/keikoproj/active-monitor/releases/tag/v0.2.0
[0.6.0]: https://github.com/keikoproj/active-monitor/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/keikoproj/active-monitor/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/keikoproj/active-monitor/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/keikoproj/active-monitor/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/keikoproj/active-monitor/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/keikoproj/active-monitor/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/keikoproj/active-monitor/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/keikoproj/active-monitor/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion RELEASE.md
Expand Up @@ -4,7 +4,7 @@ The Active-Monitor Project is released on an as-needed basis. The process is as

1. An issue is created which proposes a new release with a changelog since the last release
1. All [OWNERS](.github/CODEOWNERS) are suggested to look at and sign off (ex: commenting with "LGTM") on this release
1. An [OWNER](.github/CODEOWNERS) updates [CHANGELOG](./CHANGELOG) with release details and updates badge at top of [README](./README.md)
1. An [OWNER](.github/CODEOWNERS) updates [CHANGELOG](./CHANGELOG.md) with release details and updates badge at top of [README](./README.md)
1. A PR is created with these changes. Upon approval, it is merged to `master` branch.
1. Now, at `HEAD` on `master` branch, an [OWNER](.github/CODEOWNERS) runs `git tag -a $VERSION` and pushes the tag with `git push --tags`
1. The release is complete!
Expand Down