You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add additional args to `configure_vscode_for_bazel.py` (#100)
With `--additional-debug-arg`/`--additional-compile-commands-arg` the
user can specify their flavor of `--config=debug` or a configuration for
the `compile_commands.json` generation.
Set project version during release pipeline (#85)
Right now the version in the pyproject.toml is outdated, probably
because it is unused at the
moment. This resets the version and uses the release pipeline to set the
version from the tag. This
prepares python package releases from our release pipeline.
Add sh handling to check-shellscript-set-options (#77)
In a shell (not bash) script, I get `Illegal option -o pipefail` when
trying to `set -euxo pipefail`. `set -eux` works, though. Let's enforce
that.
---------
Co-authored-by: Lukas <6685542+lukasoyen@users.noreply.github.com>
Co-authored-by: Markus Hofbauer <markus.hofbauer@luminartech.com>