diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-07 18:49:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 18:49:23 +0200 |
commit | fbae579a31b580f45c25c2dcae87fc8a51e33009 (patch) | |
tree | a0554426809f11c6005a7550dc081f032d4c5b97 /RELEASE_PROCESS.md | |
parent | c9646b51260da48f1008af1bc87107ed89ca8c64 (diff) | |
parent | 0d1ba0a58fdb15af7ee3f3650f633156575d296d (diff) | |
download | podman-fbae579a31b580f45c25c2dcae87fc8a51e33009.tar.gz podman-fbae579a31b580f45c25c2dcae87fc8a51e33009.tar.bz2 podman-fbae579a31b580f45c25c2dcae87fc8a51e33009.zip |
Merge pull request #11467 from jesperpedersen/changelog
Remove changelog.txt from the repository
Diffstat (limited to 'RELEASE_PROCESS.md')
-rw-r--r-- | RELEASE_PROCESS.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index e063fa617..bdf8aca88 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -164,10 +164,6 @@ spelled with complete minutiae. `git checkout -b bump_vX.Y.Z`. 1. Lookup the *COMMIT ID* of the last release, `git log -1 $(git tag | sort -V | tail -1)`. - 1. Run `make changelog CHANGELOG_BASE=`*COMMIT ID*. This will modify the - `changelog.txt` file. Manually edit it to change the first line - (“Changelog for …”) to include the current (new) release version number. - For example, `- Changelog for v2.1.0 (2020-09-22):`. 1. Edit `version/version.go` and bump the `Version` value to the new release version. If there were API changes, also bump `APIVersion` value. 1. Commit this and sign the commit (`git commit -a -s -S`). The commit message |