Skip to content

Releases: orlowdev/or-release

1.12.0

24 Jun 16:55
73da011
Compare
Choose a tag to compare

1.12.0

✨ Features

Closes #18

  • Add option for displaying changelog (e156892)

🐛 ∘ 🚑 ∘ 🔒 Fixes

  • Fix --help command error (486a683)
  • Fix identification of pre-release subversions (13725f9)

1.12.0-alpha.2

24 Jun 15:41
Compare
Choose a tag to compare
1.12.0-alpha.2 Pre-release
Pre-release

1.12.0-alpha.2

✨ Features

Closes #18

🐛 ∘ 🚑 ∘ 🔒 Fixes

  • Fix --help command error (486a683)

1.12.0-alpha.1

24 Jun 14:57
Compare
Choose a tag to compare
1.12.0-alpha.1 Pre-release
Pre-release

1.12.0-alpha.1

✨ Features

  • Add displaying app version (bf43a1e)

1.11.0

24 Jun 13:54
Compare
Choose a tag to compare

1.11.0

✨ Features

  • Add support for GitHub pre-releases (cb0765b)

1.10.1

24 Jun 13:51
Compare
Choose a tag to compare

1.10.1

🐛 ∘ 🚑 ∘ 🔒 Fixes

  • Fix publishing versions >10 (0cd8a1b)

1.10.0

24 Jun 12:45
7d45f25
Compare
Choose a tag to compare

1.10.0

✨ Features

  • Add support for on-premise GitHub (6aa7baa)

To use @priestine/versions with on-premise GitHub instances, --custom-url option is needed. It must be a URL that includes everything before the repository itself, e.g. https://api.github.com/repos/., , Closes #19,

  • Improve publishing to GitHub (baadecd)

Add support for pre-release publishing and target release to the current commit,

🐛 ∘ 🚑 ∘ 🔒 Fixes

  • Hide empty lines in commit body (c8b051c)

They are produced when using --format %b,

1.10.0-preview.1

24 Jun 12:40
Compare
Choose a tag to compare
1.10.0-preview.1 Pre-release
Pre-release

1.10.0-preview.1

✨ Features

  • Add support for on-premise GitHub (6aa7baa)

To use @priestine/versions with on-premise GitHub instances, --custom-url option is needed. It must be a URL that includes everything before the repository itself, e.g. https://api.github.com/repos/., , Closes #19,

  • Improve publishing to GitHub (baadecd)

Add support for pre-release publishing and target release to the current commit,

🐛 ∘ 🚑 ∘ 🔒 Fixes

  • Hide empty lines in commit body (c8b051c)

They are produced when using --format %b,

1.9.0

24 Jun 11:37
Compare
Choose a tag to compare

1.9.0

✨ Features

  • Add support for customizing commit types and bumping reasons (75e75b7)
  • Changelog supports new approach to commit conventions (62f0cca)
  • Add ability to configure changes output in changelog (4fd2e3f)
  • Add validation for repository input (da222ae)
  • Add support for setting group type and description (946dff0)

🐛 ∘ 🚑 ∘ 🔒 Fixes

  • Fix displaying the amount of found commits per bump type (1529788)
  • Fix incorrect version bumping when there are 0 commits (c73d90a)
  • Fix publishing release versions over pre-release ones (aa61b60)
  • Add trailing blank line to changelog (99a7f4e)
  • Fix using env variables (d7f3f48)

1.8.1

23 Jun 22:31
Compare
Choose a tag to compare

1.8.1

🐛 ∘ 🚑 ∘ 🔒 Fixes

  • Fix publishing versions with prefixes with no latest version (55014c9)

1.8.0

23 Jun 20:21
Compare
Choose a tag to compare

1.8.0

✨ Features

  • Add support for SemVer pre-releases (d0044ca)
  • Set prefix optional for previous versions (58d610f)
  • Add validating provided pre-release (1cc971e)