Skip to content

Commit 3c7c775

Browse files
authored
Merge pull request #16 from gvelasq/patch-1
2 parents 32cc5ab + 2168473 commit 3c7c775

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ This repository stores [Github Actions](https://github.com/features/actions) aro
66

77
## Examples
88

9-
In [Examples](./examples), you will find some YAML workflow file to serve as template to be reuse as base for your project. We are also sharing some links to real examples Github repositories using Quarto with Github Actions for rendering and deploying documents and projects. If you want to add your repository in the list, we welcome a PR.
9+
In [Examples](./examples), you will find some YAML workflow files to serve as templates to be reused as a base for your project. We are also sharing some links to real example Github repositories using Quarto with Github Actions for rendering and deploying documents and projects. If you want to add your repository in the list, we welcome a PR.
1010

1111
## Release Management
1212

1313
This repository is using [recommended release management for actions](https://docs.github.com/en/actions/creating-actions/about-custom-actions#using-release-management-for-actions):
1414

1515
* Github releases with tags are used for updates on the actions.
1616
* Semantic versioning is used, with major, minor and possibly patch release.
17-
* Major version (such as `v1`) will always point to the last minor or patch release for this major version. (when `v1.0.2` is out, `v1` will point to this update to). This means using `quarto-dev/quarto-actions/install-quarto@v1` in your workflow file will automatically get the updated versions. Using `quarto-dev/quarto-actions/[email protected]` will pinned a specific release.
18-
* Major version change (`v1` to `v2`) will often come with possible breaking change, and a workflow would require manual update.
17+
* Major version (such as `v1`) will always point to the last minor or patch release for this major version. (when `v1.0.2` is out, `v1` will point to this update to). This means using `quarto-dev/quarto-actions/install-quarto@v1` in your workflow file will automatically get the updated versions. Using `quarto-dev/quarto-actions/[email protected]` will pin a specific release.
18+
* Major version change (`v1` to `v2`) will often come with a possible breaking change, and a workflow would require manual update.
1919

2020
Example:
2121

0 commit comments

Comments
 (0)