Skip to content

Commit

Permalink
Prepare for Snapshots release 1.0.0 (#160)
Browse files Browse the repository at this point in the history
* Prepare for Snapshots release 1.0.0

* Readme

* Changelog adjust
  • Loading branch information
rbro112 authored May 29, 2024
1 parent 6be3014 commit 0ef6104
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ junit-jupiter = "5.8.2"
# internal
emerge-gradle-plugin = "3.0.0-rc03"
emerge-peformance = "2.1.2"
emerge-snapshots = "1.0.0-rc02"
emerge-snapshots = "1.0.0"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down
10 changes: 10 additions & 0 deletions snapshots/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to snapshots & snapshots-processor will be documented in thi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.0 - 2024-05-29

- Adds support for better compose preview error
reporting. [#155](https://github.com/EmergeTools/emerge-android/pull/155)
- Adds support for direct compose preview invoking without needing
KSP. [#123](https://github.com/EmergeTools/emerge-android/pull/123)
- Handle snapshotting private previews and improve parameterized test
naming [#165](https://github.com/EmergeTools/emerge-android/pull/165)
- Update readme for 1.0.0 release. [#163](https://github.com/EmergeTools/emerge-android/pull/163)

## 1.0.0-rc02 - 2024-05-24

- Adds support for better compose preview error
Expand Down
8 changes: 7 additions & 1 deletion snapshots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,14 @@ the [full documentation](https://docs.emergetools.com/docs/android-snapshots-v1)

1. Update the `emerge-snapshots` version in `/gradle/libs.versions.toml`
2. Update the `/snapshots/CHANGELOG.md`
3. `gt bc -a -m "Prepare for Snapshots release X.Y.Z"` (where X.Y.Z is the version set in step 1)
3. `gt c -am "Prepare for Snapshots release X.Y.Z"` (where X.Y.Z is the version set in step 1)
1. Alt
1. `git add *`
2. `git commit -m "Prepare for Snapshots release X.Y.Z"`
4. `gt ss`
1. Alt:
1. `git push`
2. Open PR
5. Get PR approved and merge
6. Create a new release on GitHub
7. Tag version `snapshots-vX.Y.Z`
Expand Down

0 comments on commit 0ef6104

Please sign in to comment.