Skip to content

Releases: dwhswenson/autorelease

autorelease 0.5.0

04 Jan 00:52
e628f0e
Compare
Choose a tag to compare

New features

  • Switch release notes to GH API 4 (#117)

Bugs fixed

  • Remove hard-coded notes stuff (#118)

autorelease 0.4.2

20 Nov 21:58
6218bda
Compare
Choose a tag to compare

Fix packaging error (missing MANIFEST.in).

autorelease 0.4.1

20 Nov 21:40
920be0c
Compare
Choose a tag to compare

Bugs fixed

  • Require setuptools (#113)
  • Handle KeyError when package doesn't exist in PyPI (#109)

Miscellaneous improvements

  • Guard setuptools import (#112)
  • Remove appveyor tests

autorelease 0.4.0

09 Jan 00:16
7d07246
Compare
Choose a tag to compare

New features

  • Add "getattr" version loaders (#104)
  • YAML config support in the click CLI; release notes in click CLI (#102)

Miscellaneous improvements

  • Drop Python 2.7; add Python 3.11 (#107)
  • Add Python 3.10 to testing matrix (#106)
  • Use the autorelease check command locally (#105)

autorelease 0.3.2

28 Aug 20:28
2c159a1
Compare
Choose a tag to compare

This is a minor bugfix release to fix problems that pushing to a stable branch on a fork would trigger the release process. (Leading to confusing errors, since the fork doesn't have the authorization to actually cut a release.)

Bugs fixed

  • Prevent actions from running on forks (#100)

autorelease 0.3.1

06 Jul 16:35
051a6b9
Compare
Choose a tag to compare

Autorelease 0.3.1 is a minor update on Autorelease 0.3.0, with internal improvements on the vendored actions and updates to the release note writer to address changes in GitHub's markdown rendering for PRs.

Miscellaneous improvements

  • Update release note PR links for changes in GitHub (#97)
  • Vendored actions are now templates (#96)

autorelease 0.3.0

30 Jan 04:59
0be82e9
Compare
Choose a tag to compare

Autorelease 0.3.0 represents a significant improvement in allowing customizability, by allowing override scripts in the .autorelease directory.

New features

  • Allow override scripts in .autorelease directory (#91, #92)
  • Add autorelease check subcommand (#89)

Bugs fixed

  • Fix some issues in deploying on Travis (#90)

autorelease 0.2.6

20 Dec 08:55
7e2630a
Compare
Choose a tag to compare

For 0.2.2 <= version <= 0.3, we are testing/implementing support for other CI platforms in Autorelease.

Bugs fixed

  • More improvement to GitHub Actions support (#86)

autorelease 0.2.5

19 Dec 11:38
34d665b
Compare
Choose a tag to compare

For 0.2.2 <= version <= 0.3, we are testing/implementing support for other CI platforms in Autorelease.

autorelease 0.2.4

19 Dec 11:09
d15403b
Compare
Choose a tag to compare

For 0.2.2 <= version <= 0.3, we are testing/implementing support for other CI platforms in Autorelease.

New features

  • Start to CLI (#78)

Miscellaneous improvements

  • More improvements to GitHub Actions support (#80)