Skip to content

Commit

Permalink
Prepare to release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Nov 18, 2023
1 parent 104f0f7 commit 994e02e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/releasing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release checklist

- [ ] Check that tests have passed on CI.
- [ ] Run manual test cases that are difficult to automate:
- [ ] Fling animations can be interrupted by pressing anywhere.
- [ ] Double-tap-to-zoom animations can be interrupted **only** by starting another swipe gesture.
- [ ] Images that use a placeholder play a cross-fade animation when the image is loaded.
- [ ] Change version name from SNAPSHOT to an actual name.
- [ ] Update project website with:
- [ ] new version’s maven address
Expand All @@ -12,11 +16,7 @@
`dependency-watch await me.saket.telephoto:zoomable:{version}`
- [ ] Ensure that the release is available on maven by using it in `:sample`
- [ ] Check that the library sources were correctly available.
- [ ] Run the sample app and ensure everything works.
- [ ] Run manual test cases that are difficult to automate:
- [ ] Fling animations can be interrupted by pressing anywhere.
- [ ] Double-tap-to-zoom animations can be interrupted **only** by starting another swipe gesture.
- [ ] Images that use a placeholder play a cross-fade animation when the image is loaded.
- [ ] Run the sample app and perform sanity tests.
- [ ] Push commit.
- [ ] Generate a sample APK.
- [ ] Draft a changelog.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
android.enableBuildConfigAsBytecode=true

GROUP=me.saket.telephoto
VERSION_NAME=0.7.1-SNAPSHOT
VERSION_NAME=0.7.1

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ plugins:

extra:
versions:
telephoto: '0.7.0' # Env var for the latest version on maven.
telephoto: '0.7.1' # Env var for the latest version on maven.

nav:
- 'Overview': index.md
Expand Down

0 comments on commit 994e02e

Please sign in to comment.