Skip to content

Commit 5482bb8

Browse files
committed
more docs
1 parent aa19867 commit 5482bb8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,19 @@ The resulting output in your Actions log will look something like this:
6565
"workflow_sha": "7f93a73b8273af5d35fcd70661704c1cadc57054"
6666
}
6767
```
68+
69+
## Maintainers
70+
71+
Here is the general flow for developing this Action and releasing a new version:
72+
73+
### Bootstrapping
74+
75+
This assumes you have `goenv` installed and the version listed in the `.go-version` file is installed as well.
76+
77+
```bash
78+
go mod vendor && go mod tidy && go mod verify
79+
```
80+
81+
### Releasing
82+
83+
Please run `script/release` and publish a new release on GitHub from the resulting tag.

0 commit comments

Comments
 (0)