Skip to content

README examples: '1' for the latest v1#296

Merged
DilumAluthge merged 2 commits intojulia-actions:masterfrom
fonsp:patch-2
Oct 10, 2024
Merged

README examples: '1' for the latest v1#296
DilumAluthge merged 2 commits intojulia-actions:masterfrom
fonsp:patch-2

Conversation

@fonsp
Copy link
Contributor

@fonsp fonsp commented Oct 10, 2024

No description provided.

@fonsp fonsp requested a review from a team as a code owner October 10, 2024 08:42
README.md Outdated
- `'~1.3.0-rc1'` is a **tilde** version range that includes pre-releases of `1.3.0` starting at `rc1`. It matches all versions `≥ 1.3.0-rc1` and `< 1.4.0`.
- `'^1.3.0-0'` is a **caret** version range that includes _all_ pre-releases of `1.3.0`. It matches all versions `≥ 1.3.0-` and `< 2.0.0`.
- `'~1.3.0-0'` is a **tilde** version range that includes _all_ pre-releases of `1.3.0`. It matches all versions `≥ 1.3.0-` and `< 1.4.0`.
- `'1'` will install the latest version of Julia.
Copy link
Member

Choose a reason for hiding this comment

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

Not when we release 2.0 😉

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can you use 'latest'?

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
@DilumAluthge DilumAluthge changed the title README examples: '1' for latest README examples: '1' for the latest v1 Oct 10, 2024
@DilumAluthge DilumAluthge merged commit 2fa1802 into julia-actions:master Oct 10, 2024
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