Skip to content

Releases: ossjs/release

v0.4.0

17 Sep 23:25
Compare
Choose a tag to compare

v0.4.0 (2022-09-17)

Features

v0.3.2

24 Jul 23:22
Compare
Choose a tag to compare

v0.3.2 (2022-07-24)

Bug Fixes

v0.3.1

22 Jul 23:23
Compare
Choose a tag to compare

v0.3.1 (2022-07-22)

Bug Fixes

  • createReleaseTag: only push the tag being created right now (#39) (dcfa47c)

v0.3.0

12 May 23:24
Compare
Choose a tag to compare

v0.3.0 (2022-05-12)

Features

  • getReleaseNotes: add "BREAKING CHANGES" section (#28) (a586889)

Bug Fixes

  • getReleaseNotes: use "YYYY-MM-DD" date format (#27) (5009e24)

v0.2.2

11 May 23:24
Compare
Choose a tag to compare

v0.2.2 (11/05/2022)

Bug Fixes

  • validateAccessToken: improve error message (#25) (4c5cf7a)
  • getReleaseRefs: support issues without body (#24) (dd5ff30)

v0.2.1

08 May 23:22
Compare
Choose a tag to compare

v0.2.1 (08/05/2022)

Bug Fixes

  • publish: remove duplicate release commit log (4e893e3)

v0.2.0

08 May 15:24
Compare
Choose a tag to compare

v0.2.0 (08/05/2022)

Features

v0.1.1

08 May 15:17
Compare
Choose a tag to compare

v0.1.1 (08/05/2022)

Features

  • add "setNpmAuthToken" function (9b9e635)
  • parseCommits: include footnote (96e640b)
  • publish: support dry-run mode (#16) (41a3afe)
  • demand "ossjs.release.config.js" config file (bae1242)
  • publish: comment on github issues (#15) (6138e4a)
  • add "show" command (#14) (4a57076)
  • use "pino" logger (e21f79e)
  • getReleaseNotes: include commit hash in release item (5b46649)
  • set tag format to "v{version}" (ec351f5)
  • stash and pop changes during revert (e8d1bcb)
  • getRelease: add text response in errors (d3fcb1c)
  • revert changes in case of errors (b794b17)
  • push release to github (c6900c2)
  • commit, tag, and push release (bec6c20)

Bug Fixes

  • publish: forward "process.env" to publish script (b2f488c)
  • publish: print release script env, errors (e0be17e)
  • publish: fix skip comments indent (02114bd)
  • publish: list commit has first (373696c)
  • getTags: list only merged tags (5f5867c)
  • publish: improve commits/parsed commits logs (044901f)
  • getCommits: list all commits without "after" (9425d40)
  • parseOriginUrl: support the lack of ".git" suffix (96872d4)
  • publish: log version over tag (23b6b2e)
  • commit: use current git user (c7c5292)
  • createRelease: use correct import for logger (28d8970)
  • use actions@github.com as commit author (e03ba0b)
  • getReleaseNotes: use tag in the release heading (9baa1fa)
  • getReleaseNotes: retain strict order of sections (b4e32f2)
  • createRelease: return html_url of the release (9b454fb)
  • push tags right away (7b9200c)
  • handle push errors (eff317a)
  • push as the last thing in the pipeline (d0540d9)
  • createRelease: do not exit the process (cac6af7)