Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to add snapshot action generation entry #399

Merged
merged 5 commits into from
Nov 26, 2024

Conversation

jmanriquehiberus
Copy link
Contributor

@jmanriquehiberus jmanriquehiberus commented Nov 26, 2024

🥅 What's the goal?

We need another entry in the README.md to give visibility to the snapshot action.

🚧 How do we do it?

Edit the README.md.

🧪 How can I test this?

The only thing necessary is checking out README.md.





Screenshot 2024-11-26 at 11 18 50

Copy link
Contributor

@jeprubio jeprubio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

README.md Outdated Show resolved Hide resolved
README.md Outdated
@@ -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 ```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: SNAPSHOT in uppercase

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

jmanriquehiberus and others added 2 commits November 26, 2024 11:43
Co-authored-by: Jose Rubio <jose.rubiomorente@telefonica.com>
@@ -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
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
Copy link
Contributor

@jeprubio jeprubio Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we could also add the text: press Run workflow before selecting a branch.
Even though it seems quite obvious, but idk, it's just in case.

README.md Outdated
@@ -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
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 ```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after having reviewed the code, you don't need to write "SNAPSHOT". That suffix is added later on

version = System.getProperty("SNAPSHOT_VERSION")+"-SNAPSHOT"

I would specify that. The version must be entereed without the snapshot suffix

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

README.md Outdated
Comment on lines 169 to 171
``` x.x.x ```

After a while, the new version will be available!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would still mention "SNAPSHOT" suffix somewhere. What I meant in my previous comment was that setting the suffix was not required by the workflow. However I would still specify that the release is published with the mentioned SNAPSHOT suffix. Sorry for the misunderstanding

Copy link
Contributor Author

@jmanriquehiberus jmanriquehiberus Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, it is no problem ☺️

Copy link
Contributor

@yamal-alm yamal-alm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@jmanriquehiberus jmanriquehiberus merged commit 300bada into main Nov 26, 2024
4 checks passed
@jmanriquehiberus jmanriquehiberus deleted the jmanrique/add-readme-snapshot-entry branch November 26, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants