chog

Crates.iochog
lib.rschog
version0.1.0
sourcesrc
created_at2022-10-02 11:35:27.658743
updated_at2022-10-02 11:35:27.658743
descriptionBump version in CHANGELOG.md - move contents of [Unreleased] to next version and update links. For manually written changelogs in the style of Keep a Changelog.
homepage
repositoryhttps://github.com/sonro/chog
max_upload_size
id678260
size14,991
Christopher Morton (sonro)

documentation

README

chog

chog is a simple program to bump the version in a CHANGELOG file. Following the format layed out in Keep a Changelog, everything in Unreleased will be moved into a new section; named after the new release. The GitHub comparison links are updated to the latest tags. Ideally used for manually updated changelogs.

license

Recommended environment

chog is highly opinionated. In order for it to be effective it is recommended to:

  • Your formatting follows Keep a Changelog.
  • Use git as your version control system.
  • Host your repository on GitHub.
  • Tag your versions using the v0.0.0 style.
  • Use Semantic Versioning.
  • Your file name is CHANGELOG.md.

License

chog is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Commit count: 39

cargo fmt