You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributors.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,13 @@ If you would like to contribute there are a few things to consider:
22
22
## Writing tests
23
23
24
24
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.
0 commit comments