Skip to content

Commit

Permalink
feat(release.sh): add next tag vars
Browse files Browse the repository at this point in the history
Signed-off-by: Hazem Belkhiria <[email protected]>
  • Loading branch information
hbelkhir committed Jan 17, 2025
1 parent 7186c1b commit bc4b5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/release-mrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ main() {
# Check if the changed package is `manager-react-components`
if [[ "$package" == *manager-react-components* ]]; then
printf "%s\n" "New release for manager-react-components"
mrc_changed=true
next_tag=$(get_release_name "$SEED")
path_mrc=$(echo "$package" | cut -d ':' -f 1)
name_mrc=$(echo "$package" | cut -d ':' -f 2)
version_mrc "$next_tag"
Expand Down

0 comments on commit bc4b5b9

Please sign in to comment.