Skip to content

Commit d3ae619

Browse files
author
Greg Bowler
committed
document version numbers
1 parent 3a65c5b commit d3ae619

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
# ... then your own project steps ...
2727
```
2828

29+
### Version numbers
30+
31+
This action is released with semantic version numbers, but also tagged so the latest major release's tag always points to the latest release within the matching major version.
32+
33+
Please feel free to use `uses: php-actions/phpstan@v3` to always run the latest version of v6, or `uses: php-actions/phpstan@v3.0.0` to specify the exact release.
34+
2935
Example
3036
-------
3137

@@ -103,4 +109,4 @@ If you found this repository helpful, please consider [sponsoring the developer]
103109

104110
[php-build]: https://github.com/php-actions/php-build
105111
[issues]: https://github.com/php-actions/phpstan/issues
106-
[sponsor]: https://github.com/sponsors/g105b
112+
[sponsor]: https://github.com/sponsors/g105b

0 commit comments

Comments
 (0)