Skip to content

Releases: dalisoft/release-me

v0.8.7

28 Apr 17:34
v0.8.7
ab60c9b
Compare
Choose a tag to compare
v0.8.7 Pre-release
Pre-release

v0.8.7 (2024-04-28)

Bug Fixes

  • plugins/docker: use single time push for pushing all tags (914fba0)

v0.8.6

28 Apr 17:32
v0.8.6
3528804
Compare
Choose a tag to compare
v0.8.6 Pre-release
Pre-release

v0.8.6 (2024-04-28)

Bug Fixes

  • docker: use native shell way of docker buildx (3a69068)
  • ci: use Docker buildx test (97e07ae)

v0.8.5

28 Apr 15:58
v0.8.5
7f06cf6
Compare
Choose a tag to compare
v0.8.5 Pre-release
Pre-release

v0.8.5 (2024-04-28)

Bug Fixes

  • ci: use official Docker actions (cbcb01e)

v0.8.4

28 Apr 15:15
v0.8.4
13d68aa
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release

v0.8.4 (2024-04-28)

Bug Fixes

  • plugins/docker: push latest version too (0d284fe)

Other improvements

v0.8.3

27 Apr 18:14
v0.8.3
6396c60
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release

v0.8.3 (2024-04-27)

Bug Fixes

  • presets: handle commits history better (00d91c1)

v0.8.2

27 Apr 18:13
v0.8.2
f08f9a1
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

v0.8.2 (2024-04-27)

Bug Fixes

  • presets: build_release fix on changelog (fcb2bc3)

v0.8.1

27 Apr 17:57
v0.8.1
c21d07d
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

v0.8.1 (2024-04-27)

BREAKING CHANGES

Features

Bug Fixes

  • plugins/github-release: use gh cli and extended chars limit trick (e5717c1)

Other improvements

  • github-release test fake fix (34fa519)

v0.8.0

27 Apr 17:49
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

v0.8.0 (2024-04-27)

BREAKING CHANGES

  • presets: remove library as duplicate (a30a568)

Features

  • plugins/git: add new GPG_NO_SIGN environment variable support (7fece8b)
  • plugins/npm-post: add new plugin (4bd6c96)
  • [refactor] code: now it should work as expected (2ca5817)
  • [refactor] plugins: now it's POSIX-shell compatible (b16d1bf)
  • plugins/git: add support passwordless GPG key (db76036)
  • add npm support (27f406d)
  • add Dockerfile support for docker image push (9220567)
  • plugins/docker: add Docker publish support (43f2da5)

Bug Fixes

  • core: bypass unused variable for shellcheck (929ffff)
  • core: enable body parsing support (3650a21)
  • core: git remote hide error and make mock empty string (eb9717f)
  • plugins/git: make git config passing properly (e10a364)
  • presets/conventional-commits: fix case of error (2f723a7)
  • plugins/git: fix gpg verbose logging (1f94fb9)
  • plugins/git: code quality improve by de-duplicate (fdca427)
  • plugins/github-release: now exit process if no TOKEN was provided (8d3b48f)
  • plugins/npm: now exit process if no TOKEN was provided (e489b5e)
  • plugins/npm: fix invalid typo variable (2e8e896)
  • core: remove unused variables (47f87c4)
  • plugins/npm: look local package.json (4c488a9)
  • plugins/npm: make it work on both Linux/macOS (bc28361)
  • plugins/changelog: use helper instead of native utils (674440d)
  • plugins/npm: improve sed command util (0eb6fa7)
  • plugins/git: use temp dir instead of root gpg dir (ce0f1ee)
  • core: fix non-Git repo handling (867149e)
  • presets/workspace: scope typo-error catching (5a2b0c5)
  • core: update logging and errors (73a4df5)
  • plugins/github-release: improve checking (46bc6c1)
  • plugins/changelog: improve logging (aba2b7c)
  • plugins/git: improve logging and export prepare/cleanup (927b9ff)
  • plugins/npm: improve checking (66b6fcb)
  • presets: reflect changes related to core changes (e5ea146)
  • core: improve naming for properly calling (95d95ac)
  • presets: improve naming for properly calling (3384eaa)
  • core: remove debug line (12cf02a)
  • presets: case of scope on invalid/semi-valid commits (790d179)
  • core: improve coverage and performance (23224c4)
  • presets: use proper handling as before (bb75142)
  • presets: variables scope order fix (5cebfb9)
  • presets: early-catching for performance and bug reasons (d5bfaba)
  • plugins/changelog: make sure it should contain on repo folder (f8fad85)
  • plugins/changelog: may it fix echoed values (1b40865)
  • plugins: use printf for same behavior on different machines (503accd)
  • core: use printf for same behavior on different machines (35bbfbc)
  • plugins: temporarily move to env bash for fix on Linux (a6211e6)
  • plugins/npm-post: typo fix (9181d43)
  • plugins: use separate logic for gpg and git (9793e65)
  • plugins/npm-post: update signing logic (c1d567a)
  • plugins/npm-post: performance improvements and bug-fixes (1e010f1)
  • core: empty repo crash/error fix (b71bea1)
  • plugins/npm-post: fix /dev/null typo and other minor fixes (470457d)
  • plugins/npm-post: add return code for CI pass (437ee91)
  • plugins/github-release: reflect API changes (14615ab)
  • plugins/npm: optimize conditions (281de5f)
  • plugins/git: add more optimizations (cc7085e)
  • plugins: npm/post optimizations (b09c380)
  • core: throw on empty repo (7e893bb)
  • core: fix CI env check (fccee25)
  • trigger release (#22) (86a4153)
  • plugins/npm-post: use push for properly tagging (c970add)
  • presets: now changelogs are sorted and works properly (95674a0)
  • core: implement build_release properly (f05b344)

Other improvements

  • presets: remove necessary link (51f2096)
  • add credits section ([f93cdd5](f93cdd5...
Read more

v0.7.0

28 Feb 02:08
v0.7.0
74c0cfd
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

v0.7.0 (2024-02-28)

Features

  • core: now it checks if it is valid repo and makes remote as empty if local repo (dd258df)

Bug Fixes

  • plugins/git: now it checks remote before pushing to remote (fe58080)

v0.6.0

27 Feb 20:20
v0.6.0
683a650
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

v0.6.0 (2024-02-27)

Features

  • [refactor] core: rename variables for correct working (3f3270f)
  • [refactor] plugins: rename variables for correct working (0c4b4e6)

Bug Fixes

  • core: make script safer and strict checking (b990079)
  • presets: make script safer and strict checking (620b699)
  • plugins: make script safer and strict checking (7542f04)
  • plugins: follow strict variable checking (26d4353)
  • core: errors fix added in previous commits (6944b86)
  • core: fix variable collision (683a650)