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 aa19867 commit 5482bb8Copy full SHA for 5482bb8
README.md
@@ -65,3 +65,19 @@ The resulting output in your Actions log will look something like this:
65
"workflow_sha": "7f93a73b8273af5d35fcd70661704c1cadc57054"
66
}
67
```
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