We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64be74 commit fcd6597Copy full SHA for fcd6597
CONTRIBUTING.md
@@ -51,6 +51,7 @@ Based on semver and https://github.com/actions/toolkit/blob/master/docs/action-v
51
Update tag:
52
53
```bash
54
-git tag -fa v11 -m "Update v11 tag"
55
-git push origin v11 --force
+git tag 12.6.1
+git tag -fa v12 -m "Update v12 tag"
56
+git push origin v12 --force
57
```
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lighthouse-ci-action",
3
- "version": "11.4.0",
+ "version": "12.6.1",
4
"license": "MIT",
5
"description": "Run Lighthouse in CI using Github Actions",
6
"repository": "treosh/lighthouse-ci-action",
0 commit comments