Commits on Source 9
-
to be continuous bot authored
-
to be continuous bot authored
chore(deps): update to-be-continuous dependencies See merge request !49
-
Pierre Smeyers authored
fixes #17 - verbose is no longer the default - automatically enabled when $TRACE is set - removed unused quick parameters (no longer supported)
-
semantic-release-bot authored
# [2.5.0](2.4.1...2.5.0) (2024-03-31) ### Features * **verbose:** verbose is no longer the default ([4db5301a](4db5301a)), closes [#17](#17)
-
Pierre Smeyers authored
this is a partial revert
-
semantic-release-bot authored
## [2.5.1](2.5.0...2.5.1) (2024-03-31) ### Bug Fixes * **verbose:** restore verbose by default as otherwise found secrets aren't printed in the console ([367a84ce](367a84ce))
-
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).
-
semantic-release-bot authored
## [2.5.2](2.5.1...2.5.2) (2024-05-05) ### Bug Fixes * **workflow:** disable MR pipeline from prod & integ branches ([3d43c7f9](3d43c7f9))