Skip to content

Releases: vuillaut/gitlab_release_notes

v0.2.2

17 Feb 11:29
bf50271
Compare
Choose a tag to compare

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

16 May 15:11
Compare
Choose a tag to compare

v0.2.1
Build wheel on pypi.

What's Changed

New Contributors

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

v0.2

31 May 17:03
Compare
Choose a tag to compare

Fix page issue and allow optional endstr

v0.1.3

31 May 15:50
Compare
Choose a tag to compare

Fix bug when there was no previous release

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

v0.1.2

25 Jan 20:49
Compare
Choose a tag to compare

fix installation issues and pypi publication

v0.1.1

25 Jan 20:29
Compare
Choose a tag to compare

Fix install issues with versioning

v0.1.0

25 Jan 19:55
Compare
Choose a tag to compare

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.