Skip to content

Commit

Permalink
1.4.7
Browse files Browse the repository at this point in the history
and `set -ue` to prevent the tag-andpush recipe from advancing upon errors
  • Loading branch information
carueda committed Sep 16, 2024
1 parent 1f83952 commit 192ca68
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ tags:
# Create and push git tag
tag-and-push:
#!/usr/bin/env bash
set -ue
version=$(tq -f pyproject.toml 'tool.poetry.version')
echo "tagging and pushing v${version}"
git tag v${version}
Expand Down
39 changes: 21 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "mbari-pbp"
version = "1.4.5"
version = "1.4.7"
description = "PyPAM based Processing"
authors = [
"Carlos Rueda <[email protected]>",
Expand Down

0 comments on commit 192ca68

Please sign in to comment.