Skip to content

Commit

Permalink
Prepare for release 0.23.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Dec 13, 2024
1 parent 9f052fb commit 61adcf4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Changelog
**Unreleased**
--------------

0.23.7
------

_2024-12-13_

- Fix verifyRoborazzi task name.

0.23.6
------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Slack Technologies, Inc.
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2022
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=0.23.7
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import org.gradle.language.base.plugins.LifecycleBasePlugin
internal object RoborazziTests {
private const val GLOBAL_CI_VERIFY_ROBORAZZI_TASK_NAME = "globalCiVerifyRoborazzi"
private const val CI_VERIFY_ROBORAZZI_TASK_NAME = "ciVerifyRoborazzi"
private const val VERIFY_ROBORAZZI_TASK_NAME = "ciVerifyRoborazzi"
private const val VERIFY_ROBORAZZI_TASK_NAME = "verifyRoborazzi"
private const val LOG = "FoundryRoborazziTests:"

fun configureRootProject(project: Project) {
Expand Down

0 comments on commit 61adcf4

Please sign in to comment.