diff --git a/documentation/ReleaseChecklist.md b/documentation/ReleaseChecklist.md index 65f139eeb..7fefba00b 100644 --- a/documentation/ReleaseChecklist.md +++ b/documentation/ReleaseChecklist.md @@ -234,7 +234,7 @@ Git commit to apply those changes permanently to the repository.

file and remove the individual release note entry files:

cd base-7.0/documentation
-make +make release
  • The make release command add some changes into the Git index but didn't commit them. These commands let you check what was @@ -275,9 +275,6 @@ files: release by incrementing the MAINTENANCE_VERSION or PATCH_LEVEL value in each file. Set all DEVELOPMENT_FLAG values to 1 and EPICS_DEV_SNAPSHOT to "-DEV".

    -

    Set up the headings in the Release Notes for the next release version -number and restore the warning about this being an unreleased version of -EPICS.

    Commit these changes (don't push).