Skip to content

Commit

Permalink
chore: release the entire library with the same script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jan 25, 2023
1 parent a7da93c commit a17984a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/tag_modules.sh → scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ readonly ROOT_DIR="$(dirname "$CURRENT_DIR")"

readonly tag="${1}"

git tag -d "${tag}" | true # do not fail if tag does not exist
git tag "${tag}"

directories=(examples modules)

for directory in "${directories[@]}"
Expand Down

0 comments on commit a17984a

Please sign in to comment.