Skip to content
Snippets Groups Projects

Resolve "Implement first version of BiTIA DSL parser"

Merged dilawar requested to merge 8-implement-first-version-of-bitia-dsl-parser into main
7 files
+ 116
3
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
0
@@ -2,6 +2,7 @@
set -e
git clean -fxd .
_version=$(git describe --exact-match --tags HEAD || echo $(poetry version -s).dev$(date +%Y%m%d))
VERSION=${_version#'v'} # remove prefixed 'v' if any
cp pyproject.toml /tmp/pyproject.toml.1
Loading