From a6837bc0f00f55ab778801a2f3920f5cac0f69d9 Mon Sep 17 00:00:00 2001 From: Javier Manrique Pellejero Date: Tue, 26 Nov 2024 11:16:00 +0100 Subject: [PATCH 1/5] Update README.md to add snapshot action generation entry --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 94d36fb5b..1721df372 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,12 @@ allprojects { - Update the version of mistica to the one the snapshot was released with, sync your project and the dependency should be resolved with the artifact including your local changes. +## Snapshot generation with GitHub Action +This is another option to generate a snapshot version available for all applications. Just navigate to [the snapshot.yml workflow within Actions](https://github.com/Telefonica/mistica-android/actions/workflows/snapshot.yml), select a branch and enter the version like +``` x.x.x-snapshot ``` + +After a while, the new version will be available! + ## Design tokens We have several tokens that are defined by the UX team (colors, radius and text presets) in a [JSON format](https://github.com/Telefonica/mistica-design/tree/production/tokens). Using these files, we generate XML and Kotlin files that are used in the library. From d85eff82944f0f81368030cd5dddde33de2f9ced Mon Sep 17 00:00:00 2001 From: Javier Manrique Pellejero Date: Tue, 26 Nov 2024 11:43:19 +0100 Subject: [PATCH 2/5] Apply suggestions from code review Co-authored-by: Jose Rubio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1721df372..3baac832d 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ allprojects { - Update the version of mistica to the one the snapshot was released with, sync your project and the dependency should be resolved with the artifact including your local changes. ## Snapshot generation with GitHub Action -This is another option to generate a snapshot version available for all applications. Just navigate to [the snapshot.yml workflow within Actions](https://github.com/Telefonica/mistica-android/actions/workflows/snapshot.yml), select a branch and enter the version like +To create a new snapshot go to [the snapshot.yml Action](https://github.com/Telefonica/mistica-android/actions/workflows/snapshot.yml), select a branch and enter the version, like ``` x.x.x-snapshot ``` After a while, the new version will be available! From 6c6e7b6bbe35298bcce5bba5f766cd227a6c2aab Mon Sep 17 00:00:00 2001 From: Javier Manrique Pellejero Date: Tue, 26 Nov 2024 11:43:58 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3baac832d..a30528210 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ allprojects { ## Snapshot generation with GitHub Action To create a new snapshot go to [the snapshot.yml Action](https://github.com/Telefonica/mistica-android/actions/workflows/snapshot.yml), select a branch and enter the version, like -``` x.x.x-snapshot ``` +``` x.x.x-SNAPSHOT ``` After a while, the new version will be available! From 55e9abf71a57a83600bede42255ab6d752fc8f9b Mon Sep 17 00:00:00 2001 From: Javier Manrique Pellejero Date: Tue, 26 Nov 2024 12:41:05 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a30528210..8dd6e7ac6 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ allprojects { ## Snapshot generation with GitHub Action To create a new snapshot go to [the snapshot.yml Action](https://github.com/Telefonica/mistica-android/actions/workflows/snapshot.yml), select a branch and enter the version, like -``` x.x.x-SNAPSHOT ``` +``` x.x.x ``` After a while, the new version will be available! From 39e310cde15db4ba3a37e66379ae0cd645b8741e Mon Sep 17 00:00:00 2001 From: Javier Manrique Pellejero Date: Tue, 26 Nov 2024 12:58:50 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dd6e7ac6..e52f44e90 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ allprojects { To create a new snapshot go to [the snapshot.yml Action](https://github.com/Telefonica/mistica-android/actions/workflows/snapshot.yml), select a branch and enter the version, like ``` x.x.x ``` -After a while, the new version will be available! +After a while, the new version will be available, keep in mind that the version name will be ``` x.x.x-SNAPSHOT ``` ## Design tokens We have several tokens that are defined by the UX team (colors, radius and text presets) in a [JSON format](https://github.com/Telefonica/mistica-design/tree/production/tokens). Using these files, we generate XML and Kotlin files that are used in the library.