Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit b9a1c36

Browse files
committed
Prepare for development
1 parent 44699c9 commit b9a1c36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
## [0.0.1-alpha] (2022-03-03)
44
- Initial public release
55

6-
[0.0.1-alpha]: https://github.com/dropbox/componentbox/tags/v0.0.1-alpha
6+
[0.0.1-alpha]: https://github.com/dropbox/componentbox/releases/tag/v0.0.1-alpha

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
4. `git tag -a vX.Y.Z -m "Version X.Y.Z"`
77
5. `git push && git push --tags` to trigger CI to deploy the release
88
7. Update `gradle.properties` to next SNAPSHOT version
9-
8. `git commit -am "Prepare next development version"`
9+
8. `git commit -am "Prepare for development"`
1010
9. `git push && git push --tags`

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.dropbox.componentbox
2-
VERSION_NAME=0.0.1-alpha
2+
VERSION_NAME=0.1.0-SNAPSHOT
33

44
POM_ARTIFACT_ID=componentbox
55
POM_NAME=Component Box

0 commit comments

Comments
 (0)