Skip to content

Commit 8336fd3

Browse files
author
Zachary Eisinger
authored
Update contributors.md
1 parent 51f6837 commit 8336fd3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/contributors.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ If you would like to contribute there are a few things to consider:
2222
## Writing tests
2323

2424
With any contribution please take time to consider how this can be tested to maintain high quality. Current tests can be found in the folder __tests__ for examples.
25+
26+
## Creating new version
27+
28+
Details on versioning can be found here: https://github.com/actions/toolkit/blob/main/docs/action-versioning.md
29+
Create a new release using the UI. Version format should be `v1.x.x`. Creating a new major version requires reaction from users and should be done only with breaking changes.
30+
Once the new release is created, the v1 tag needs to be updated as well.
31+
```
32+
git tag -fa v1 -m "Update v1 tag"
33+
git push origin v1 --force
34+
```

0 commit comments

Comments
 (0)