Loading
Commits on Source 19
-
Pierre Smeyers authored
-
to be continuous bot authored
-
Pierre Smeyers authored
⚠️ requires GitLab 16.6 or later -
Cédric OLIVIER authored
feat: migrate to GitLab CI/CD component See merge request !5
-
semantic-release-bot authored
# [1.2.0](1.1.0...1.2.0) (2024-1-27) ### Features * migrate to GitLab CI/CD component ([53972a23](53972a23))
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/semantic-release to v3.7.1 See merge request !6
-
Pierre Smeyers authored
replace '${foo+repl}' pattern with '${foo:+repl}' (latest supports $foo being defined but empty) -
semantic-release-bot authored
## [1.2.1](1.2.0...1.2.1) (2024-1-30) ### Bug Fixes * sanitize variable substitution pattern ([593f19c8](593f19c8))
-
to be continuous bot authored
-
to be continuous bot authored
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/semantic-release to v3.8.0 See merge request !8
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/bash to v3.4.0 See merge request !7
-
to be continuous bot authored
-
Cédric OLIVIER authored
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/semantic-release to v3.8.2 See merge request !9
-
Pierre Smeyers authored
-
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).
-
Pierre Smeyers authored
-
semantic-release-bot authored
## [1.2.2](1.2.1...1.2.2) (2024-05-05) ### Bug Fixes * **workflow:** disable MR pipeline from prod & integ branches ([335de4c3](335de4c3))