Skip to content

Commit 332464c

Browse files
authored
Update README.md
1 parent 012f8d9 commit 332464c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ GitHub Action Python workflows
88
| [pypi-publish.yml](https://github.com/JeffersonLab/python-workflows/blob/main/.github/workflows/pypi-publish.yml) | Publish an artifact on PyPi |
99
| [unit-ci.yml](https://github.com/JeffersonLab/python-workflows/blob/main/.github/workflows/unit-ci.yml) | Build and run Unit tests |
1010

11+
## Workflow Updates
12+
Workflows are versioned in semver just as with regular software, however, the GitHub Action workflows convention is to reference a major version number such that backwards compatible minor and patch updates are received automatically. This means a separate major tag such as `v1` must be moved after each release. To move a major tag after a release execute (`v1` shown):
13+
14+
```
15+
git tag -f v1
16+
git push --tags -f
17+
```
18+
1119
## See Also
1220
- [Other workflows](https://github.com/search?q=org%3Ajeffersonlab+topic%3Agh-action-workflow&type=repositories)
1321
- [Projects using this](https://github.com/search?q=org%3Ajeffersonlab+topic%3Apython-workflows&type=repositories)

0 commit comments

Comments
 (0)