FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
AffectedModuleDetector/RELEASING.md at main · dropbox/AffectedModuleDetector · GitHub
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
dropbox
/
AffectedModuleDetector
Public archive
Notifications
You must be signed in to change notification settings
Fork
54
Star
655
Code
Issues
17
Pull requests
16
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
AffectedModuleDetector
/
RELEASING.md
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (15 loc) · 1.03 KB
Breadcrumbs
AffectedModuleDetector
/
RELEASING.md
Copy path
File metadata and controls
16 lines (15 loc) · 1.03 KB
Raw
Copy raw file
Download raw file
Edit and raw actions
Releasing
Change the version in the gradle.properties file to a non-SNAPSHOT verson.
git commit -am "Prepare for release X.Y.Z." (where X.Y.Z is the new version)
git tag -a vX.Y.X -m "Version X.Y.Z" (where X.Y.Z is the new version)
Run git tag to verify it.
git push && git push --tags
This should be pushed to your fork.
Create a PR with this commit and merge it.
Confirm the new artifacts are present in
https://s01.oss.sonatype.org/content/repositories/releases/com/dropbox/affectedmoduledetector/affectedmoduledetector/
If the plugin fails to publish the release, you'll need to log into Sonatype and drop any repositories under 'Staging Repositories' and re-run the CI job to publish.
Go to
https://github.com/dropbox/AffectedModuleDetector/releases
and Draft a new release from the tag you just created
Update the top level gradle.properties to the next SNAPSHOT version.
git commit -am "Prepare next development version."
Create a PR with this commit and merge it.
Back
|
FazBrowse Home
|
New Git URL