Skip to content

Conversation

@suztomo
Copy link
Member

@suztomo suztomo commented Dec 3, 2025

This change was generated by
#11803.

@suztomo suztomo requested a review from a team as a code owner December 3, 2025 18:10
@suztomo suztomo merged commit 214c14b into googleapis:main Dec 3, 2025
31 of 32 checks passed
suztomo added a commit that referenced this pull request Dec 5, 2025
partial_release.py to take "bump-snapshot-version" as argument. These
script created a change in
#11804.

- apply_current_version.sh is renamed to apply_version.sh and it now
takes the path to versions.txt file and "current|released" option.

## To create release versions of the modules

```
~/google-cloud-java$ python3 .github/release/partial_release.py bump-released-version   --artifact-ids=google-cloud-java,google-cloud-asset   --version-type=patch

~/google-cloud-java$ cd java-asset
~/google-cloud-java/java-asset$ ../generation/apply_versions.sh ../versions.txt released
```


## To create SNAPSHOT versions for the released modules

```
~/google-cloud-java$ python3 .github/release/partial_release.py bump-snapshot-version       --artifact-ids=google-cloud-java,google-cloud-asset
~/google-cloud-java$ ./generation/apply_versions.sh ./versions.txt current
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants