edit now accepts an optional <version> argument, detailing the
version to edit. When not provided, behavior is as it was previously:
it edits the most recent version. Otherwise, it will attempt to find
that version in the changelog file, and allow you to edit it.
This patch also adds the following commands:
show-version <version> will show the changelog entry for that
version, along with the date it was released.
remove <version> allows you to remove a specific release entry from
the changelog file. By default, it will display it to you and ask you
to confirm the operation; you can provide the --force-removal or
-r flag to skip that step.
list-versions will list all versions found in the changelog file,
along with their associated release dates.
This patch updates the following command:
edit
now accepts an optional<version>
argument, detailing the version to edit. When not provided, behavior is as it was previously: it edits the most recent version. Otherwise, it will attempt to find that version in the changelog file, and allow you to edit it.This patch also adds the following commands:
show-version <version>
will show the changelog entry for that version, along with the date it was released.remove <version>
allows you to remove a specific release entry from the changelog file. By default, it will display it to you and ask you to confirm the operation; you can provide the--force-removal
or-r
flag to skip that step.list-versions
will list all versions found in the changelog file, along with their associated release dates.