Skip to content

Releases: vuillaut/gitlab_release_notes

v0.2.3

Choose a tag to compare

@vuillaut vuillaut released this 12 Jun 09:27

What's Changed

  • fixes the issue with option since by @vuillaut in #21
  • Update dependency python to 3.13 by @renovate in #20
  • Update pypa/gh-action-pypi-publish digest to e9ccbe5 by @renovate in #17

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@vuillaut vuillaut released this 17 Feb 11:29
bf50271

What's Changed

  • gitlab_release_notes/generate.py: Iniitialize ArgumentParser with scr… by @sunweaver in #2
  • setup.py: Fix project name in doc string / header. by @sunweaver in #5
  • gitlab_release_notes/generate.py: Silence gitlab module warnings abou… by @sunweaver in #3
  • gitlab_release_notes/generate.py: Add --since cmdline option that allows one to query for merges since a certain date. by @sunweaver in #4
  • Configure Renovate by @renovate in #8
  • Update actions/checkout action to v4 by @renovate in #10
  • Update pypa/gh-action-pypi-publish digest to 79739dc by @renovate in #9
  • Update actions/setup-python action to v4 by @renovate in #12
  • gitlab_release_notes/generate.py: Add --quiet cmdline option. by @sunweaver in #6
  • Update pypa/gh-action-pypi-publish digest to 81e9d93 by @renovate in #13
  • Update actions/setup-python action to v5 by @renovate in #14
  • Update pypa/gh-action-pypi-publish digest to 87b624f by @renovate in #15
  • Update pypa/gh-action-pypi-publish digest to f760068 by @renovate in #16
  • gitlab_release_notes/generate.py: add --target_branch cmdline option by @peat-psuwit in #18

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@vuillaut vuillaut released this 16 May 15:11

v0.2.1
Build wheel on pypi.

What's Changed

New Contributors

Full Changelog: v0.2...v0.2.1

v0.2

Choose a tag to compare

@vuillaut vuillaut released this 31 May 17:03

Fix page issue and allow optional endstr

v0.1.3

Choose a tag to compare

@vuillaut vuillaut released this 31 May 15:50

Fix bug when there was no previous release

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@vuillaut vuillaut released this 25 Jan 20:49

fix installation issues and pypi publication

v0.1.1

Choose a tag to compare

@vuillaut vuillaut released this 25 Jan 20:29

Fix install issues with versioning

v0.1.0

Choose a tag to compare

@vuillaut vuillaut released this 25 Jan 19:55

gitlab_release_notes allow you to automatically list all changes since the last release of a gitlab repository, thus providing an easy way to generate your changlog. This is similar to release drafter for GitHub.
The online APP makes it easy to use for any gitlab repository without requiring to install anything.