semversioner icon indicating copy to clipboard operation
semversioner copied to clipboard

The easiest way to manage semantic versioning in your project and generate CHANGELOG.md file automatically.

Results 8 semversioner issues
Sort by recently updated
recently updated
newest added

Hey Raul, I wanted to make some contributions around the issues I've been posting. As a first step I thought I'd offer up a build-system update. This PR updates semversioner...

This just cleans up the CLI file a bit

This PR updates the `check` command to interact with git to ensure that there is a change-document for the current branch if any impacted files are touched. Fixes #48

Currently `semversioner check` asserts that a change document has been created. And initially it works great for that, but imagine this flow: In PR 1, Cyril makes low-impact changes. `semversioner...

Sometimes changes don't have semver impact, and it would be nice to create a stub indicating that `semversioner check` will pass without applying a version bump when a release occurs.

enhancement

As a user, I would like to be able to provide multi-line change descriptions and have the changelog output them by default to render as part of the same bullet...

enhancement

Hi! I noticed that the `CHANGELOG.md` file is used in `setup.py` but missed from the release package. This PR will fix it.

### Discussed in https://github.com/raulgomis/semversioner/discussions/26 Originally posted by **DSchougaard** October 21, 2022 Hi, First off, let me thank you for the awesome program here :) It has really kick started my...

enhancement