Skip to content

Commit

Permalink
Remove the bump_version.sh script
Browse files Browse the repository at this point in the history
This functionality has been replaced by the `bump-version` script.
  • Loading branch information
mcdonnnj committed Oct 1, 2024
1 parent d01358b commit 85002aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Here is an example of how to kick off a pre-release build:
```console
pip install --requirement requirements-dev.txt
ansible-galaxy install --force --force-with-deps --role-file src/requirements.yml
AWS_PROFILE=cool-images-ec2amicreate-skeleton-packer packer build --timestamp-ui -var release_tag=$(./bump_version.sh show) -var is_prerelease=true src/packer.pkr.hcl
AWS_PROFILE=cool-images-ec2amicreate-skeleton-packer packer build --timestamp-ui -var release_tag=$(./bump-version show) -var is_prerelease=true src/packer.pkr.hcl
```

If you are satisfied with your pre-release image, you can easily create a release
Expand Down
49 changes: 0 additions & 49 deletions bump_version.sh

This file was deleted.

0 comments on commit 85002aa

Please sign in to comment.