- May 10, 2024
-
-
Pierre Smeyers authored
feat: add SEMREL_REF to run semantic-release on a wider number of branches... See merge request to-be-continuous/semantic-release!53
-
- 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 23, 2024
-
-
Pierre Smeyers authored
-
- Apr 14, 2024
-
-
Pierre Smeyers authored
-
- Apr 03, 2024
-
-
semantic-release-bot authored
## [3.8.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.8.1...3.8.2) (2024-04-03) ### Bug Fixes * **vault:** use vault-secrets-provider's "latest" image tag ([7b3902db](https://gitlab.com/to-be-continuous/semantic-release/commit/7b3902db57fec34c4a46b500c19d6ba90d6bff42))
-
Pierre Smeyers authored
-
- Apr 02, 2024
-
-
semantic-release-bot authored
## [3.8.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.8.0...3.8.1) (2024-04-02) ### Bug Fixes * allow semantic-release-info to be generated on the commit branch ([7876e3e7](https://gitlab.com/to-be-continuous/semantic-release/commit/7876e3e7dab07671c87a65c325f1a86ed71cdbf5))
-
Girija Saint Ange authored
Merge branch '35-semantic-release-info-job-doesn-t-work-on-protected-branches-other-than-the-semantic-release' into 'master' Resolve "semantic-release-info job doesn't work on protected branches other than the semantic-release default" Closes #35 See merge request to-be-continuous/semantic-release!50
-
Girija Saint Ange authored
-
- Feb 02, 2024
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/bash to v3.4 See merge request to-be-continuous/semantic-release!48
-
to be continuous bot authored
-
- Jan 30, 2024
-
-
semantic-release-bot authored
# [3.8.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.7.1...3.8.0) (2024-1-30) ### Bug Fixes * <SEMREL_RELEASE_DISABLED/release-disabled> type ([02b6dd4b](https://gitlab.com/to-be-continuous/semantic-release/commit/02b6dd4b654e32effc5ea9f3f8f774f2a82b38a9)) * dry run option ([6b05408e](https://gitlab.com/to-be-continuous/semantic-release/commit/6b05408e85f635f350a0d2651ea0cff1dadd91ba)) * sanitize variable substitution pattern ([3ac15e7c](https://gitlab.com/to-be-continuous/semantic-release/commit/3ac15e7c508a255a04e2f3df5f37eeab61e8340e)) ### Features * migrate to CI/CD component ([4ff79966](https://gitlab.com/to-be-continuous/semantic-release/commit/4ff7996643f34a6dd3e590b3c1f8cb6581dab042))
-
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
-
-
Cédric OLIVIER authored
feat: migrate to CI/CD component See merge request to-be-continuous/semantic-release!47
-
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)
-
Cédric OLIVIER authored
fix(gpg): create base folder if not present Closes #32 See merge request to-be-continuous/semantic-release!46
-
- 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 15, 2023
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/bash to v3.3 See merge request to-be-continuous/semantic-release!45
-
to be continuous bot authored
-
- 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
-
- Dec 06, 2023
-
-
Pierre Smeyers authored
-
- Nov 17, 2023
-
-
Pierre Smeyers authored
-
- Nov 05, 2023
-
-
Cédric OLIVIER 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))
-
Pierre Smeyers authored
Add vault variant See merge request to-be-continuous/semantic-release!44
-
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 28, 2023
-
-
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
-
- Sep 18, 2023
-
-
Pierre Smeyers authored
-