Releases: dalisoft/release-me
Releases · dalisoft/release-me
v0.8.7
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
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 fordocker 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 noTOKEN
was provided (8d3b48f
) - plugins/npm: now
exit
process if noTOKEN
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 ofroot
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
v0.7.0
v0.6.0
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
)