-
- Downloads
Provide option to add appendix to commit messages
Using the `--commit-message-appendix` flag a string can be added to the
commit messages made by the bootstrapper process to for example skip CI
actions from executing using e.g. `[skip ci]`.
Signed-off-by:
Hidde Beydals <hello@hidde.co>
Showing
- cmd/flux/bootstrap.go 4 additions, 0 deletionscmd/flux/bootstrap.go
- cmd/flux/bootstrap_git.go 1 addition, 0 deletionscmd/flux/bootstrap_git.go
- cmd/flux/bootstrap_github.go 1 addition, 0 deletionscmd/flux/bootstrap_github.go
- cmd/flux/bootstrap_gitlab.go 1 addition, 0 deletionscmd/flux/bootstrap_gitlab.go
- docs/cmd/flux_bootstrap.md 1 addition, 0 deletionsdocs/cmd/flux_bootstrap.md
- docs/cmd/flux_bootstrap_git.md 1 addition, 0 deletionsdocs/cmd/flux_bootstrap_git.md
- docs/cmd/flux_bootstrap_github.md 1 addition, 0 deletionsdocs/cmd/flux_bootstrap_github.md
- docs/cmd/flux_bootstrap_gitlab.md 1 addition, 0 deletionsdocs/cmd/flux_bootstrap_gitlab.md
- internal/bootstrap/bootstrap_plain_git.go 12 additions, 3 deletionsinternal/bootstrap/bootstrap_plain_git.go
- internal/bootstrap/options.go 14 additions, 0 deletionsinternal/bootstrap/options.go
Loading
Please register or sign in to comment