- May 28, 2024
-
-
Guilhem Bonnefille authored
-
- May 26, 2024
-
-
Pierre Smeyers authored
-
- May 20, 2024
-
-
semantic-release-bot authored
# [3.10.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.9.1...3.10.0) (2024-05-20) ### Features * use slim image by default (shortens job execution time) ([8dbd5da4](https://gitlab.com/to-be-continuous/semantic-release/commit/8dbd5da4b489492523e9c678fa1c2b19dcd65283))
-
Pierre Smeyers authored
Slim images are much smaller, speeding-up the job execution.
-
- May 18, 2024
-
-
semantic-release-bot authored
## [3.9.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.9.0...3.9.1) (2024-05-18) ### Bug Fixes * semantic-release don't run on prod_ref ([49217b4d](https://gitlab.com/to-be-continuous/semantic-release/commit/49217b4dfcfe2cb6f5bea72cce10cb2af2a95d59))
-
Cédric OLIVIER authored
-
- May 10, 2024
-
-
semantic-release-bot authored
# [3.9.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.8.3...3.9.0) (2024-05-10) ### Features * add SEMREL_REF to run semantic-release on a wider number of branches alongside info-on 'semrel' to use this variable ([74288afb](https://gitlab.com/to-be-continuous/semantic-release/commit/74288afbe3fb22ec8c973b228755243b012f998a))
-
- May 09, 2024
-
-
Kilian PAQUIER authored
feat: add SEMREL_REF to run semantic-release on a wider number of branches alongside info-on 'semrel' to use this variable Signed-off-by:
Kilian PAQUIER <kilian@kilianpaquier.com>
-
- May 05, 2024
-
-
semantic-release-bot authored
## [3.8.3](https://gitlab.com/to-be-continuous/semantic-release/compare/3.8.2...3.8.3) (2024-05-05) ### Bug Fixes * **workflow:** disable MR pipeline from prod & integ branches ([0bdec1c6](https://gitlab.com/to-be-continuous/semantic-release/commit/0bdec1c625b01ad7b96629f5d448583fab9a1969))
-
Pierre Smeyers authored
Today creating a backmerge MR from prod or integ branch to any other branch triggers a pipeline even though no change has been pushed. Ultimately those pipelines might (re)trigger integration or production environment deployment and/or packages publication. That might have unexpected consequences. This change simply disables MR pipeline from prod & integ branches, enforcing branch pipelines only (i.e. when a true commit is pushed).
-
- Apr 27, 2024
-
-
Pierre Smeyers authored
-
- Apr 14, 2024
-
-
Pierre Smeyers authored
-
- Apr 03, 2024
-
-
Pierre Smeyers authored
-
- Apr 02, 2024
-
-
Girija Saint Ange authored
-
- Jan 30, 2024
-
-
Pierre Smeyers authored
-
Pierre Smeyers authored
replace '${foo+repl}' pattern with '${foo:+repl}' (latest supports $foo being defined but empty)
-
- Jan 28, 2024
-
-
Pierre Smeyers authored
-
- Jan 27, 2024
-
-
girija.saintange authored
requires GitLab 16.6 or later
-
- Jan 16, 2024
-
-
semantic-release-bot authored
## [3.7.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.7.0...3.7.1) (2024-1-16) ### Bug Fixes * **gpg:** create base folder if not present ([d69fae20](https://gitlab.com/to-be-continuous/semantic-release/commit/d69fae20f297d6e06333e8faac2c236fb824d37f)), closes [#32](https://gitlab.com/to-be-continuous/semantic-release/issues/32)
-
- Jan 15, 2024
-
-
Sylvain Desbureaux authored
On newest node docker images, `${HOME}/.gnupg` folder is not present and the script fails. Be sure to create the folder and needed files in it before importing key. closes #32 Signed-off-by:
Sylvain Desbureaux <sylvain.desbureaux@orange.com>
-
- Dec 08, 2023
-
-
semantic-release-bot authored
# [3.7.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.6.0...3.7.0) (2023-12-8) ### Features * use centralized service images (gitlab.com) ([6b117cc0](https://gitlab.com/to-be-continuous/semantic-release/commit/6b117cc0cca69deed7d8c62429482555673c8181))
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
- Nov 02, 2023
-
-
semantic-release-bot authored
# [3.6.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.2...3.6.0) (2023-11-02) ### Features * add vault variant ([dd6fac6c](https://gitlab.com/to-be-continuous/semantic-release/commit/dd6fac6c0faa6180302d6cc644d731ed2ee77a27))
-
Xavier FRANCOIS authored
-
- Oct 16, 2023
-
-
semantic-release-bot authored
## [3.5.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.1...3.5.2) (2023-10-16) ### Bug Fixes * declare all TBC stages ([b8f10b5e](https://gitlab.com/to-be-continuous/semantic-release/commit/b8f10b5e18e4d998e81d5a84fc16afa9a8406c8c))
-
Pierre Smeyers authored
-
- Sep 19, 2023
-
-
semantic-release-bot authored
## [3.5.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.0...3.5.1) (2023-09-19) ### Bug Fixes * always install extra plugins ([f011acd9](https://gitlab.com/to-be-continuous/semantic-release/commit/f011acd9b92d67cb73ecc4612d9afb921f5258fb)), closes [#29](https://gitlab.com/to-be-continuous/semantic-release/issues/29)
-
Pierre Smeyers authored
Fixes #29
-
- Aug 04, 2023
-
-
semantic-release-bot authored
# [3.5.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.4.2...3.5.0) (2023-08-04) ### Features * make commit message configurable ([fbc63aa9](https://gitlab.com/to-be-continuous/semantic-release/commit/fbc63aa9ed00c6714157cef53e3173433dd641a9))
-
- Aug 02, 2023
-
-
Kai Ehrhardt authored
-
- Jul 13, 2023
-
-
semantic-release-bot authored
## [3.4.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.4.1...3.4.2) (2023-07-13) ### Bug Fixes * activate debug when TRACE is set ([fc3668b6](https://gitlab.com/to-be-continuous/semantic-release/commit/fc3668b63b562e607418ba0023e5df34450dcfc5))
-
Guilhem Bonnefille authored
Conformance to other features/templates.
-
semantic-release-bot authored
## [3.4.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.4.0...3.4.1) (2023-07-13) ### Bug Fixes * make install_yq quiet ([61b74134](https://gitlab.com/to-be-continuous/semantic-release/commit/61b74134ce39b9e438f3999d22bc0db7f4f018bb))
-
Guilhem Bonnefille authored
No need to see the download progress.
-
- May 27, 2023
-
-
semantic-release-bot authored
# [3.4.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.3.1...3.4.0) (2023-05-27) ### Features * **workflow:** extend (skip ci) feature ([40c252e6](https://gitlab.com/to-be-continuous/semantic-release/commit/40c252e62fd954370d654572d753294f28122935))
-
Pierre Smeyers authored
-
- Apr 21, 2023
-
-
Guilhem Bonnefille authored
-
- Mar 27, 2023
-
-
semantic-release-bot authored
## [3.3.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.3.0...3.3.1) (2023-03-27) ### Bug Fixes * fix a regression in semantic-release-info job ([1b79f5df](https://gitlab.com/to-be-continuous/semantic-release/commit/1b79f5dfe6c2ae4ba29e73a18d6bcd5c09688da8))
-
Sébastien CROCQUESEL authored
-