Skip to content

Commit 19804b1

Browse files
authored
Update the README file (#117)
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent c32e02f commit 19804b1

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,15 @@ Head to the repository where you are using the action, then `Settings` -> `Secre
120120
Name the secret `FRIZBEE_TOKEN` and paste the token you created in the previous
121121
step and select `Add secret`.
122122

123-
#### I don't have time for that
123+
#### Minder
124124

125-
If you prefer to automate all of this, we recommend trying out [Minder cloud](https://cloud.stacklok.com), a free for Open Source SaaS solution built on the open source project Minder. This
126-
way you can easily automate the process of pinning your actions and container
127-
images. You can also do a lot more than that, like monitoring your dependencies,
128-
scanning your code for vulnerabilities, and securing configuring your
129-
repositories and GitHub Actions.
125+
Frizbee is also a feature of the [Minder](https://github.com/mindersec/minder) Open Source project.
126+
With Minder, you can also easily enable the automation of pinning your actions
127+
and container images. You can also do a lot more, such as monitoring your
128+
dependencies, scanning your code for vulnerabilities, and securing configuring
129+
your repositories and GitHub Actions.
130+
131+
If you prefer to automate all of this via a hosted service, we recommend trying out the Minder cloud from [Custcodian](https://custcodian.dev/).
130132

131133
## Configuration
132134

@@ -159,20 +161,17 @@ The Frizbee Action can be configured through the following inputs:
159161
default: "false"
160162
```
161163

162-
## Contributing
163-
164-
We welcome contributions to Frizbee Action. Please see our [Contributing](./CONTRIBUTING.md) guide for more information.
164+
## Release Process
165165

166-
## Minder
166+
To release a new version of the Frizbee Action, follow these steps:
167+
1. Update the version in the `action.yml` file with the new version number you're about to release, i.e. `v0.0.3`.
168+
2. Cut a new release by creating a release tagged with the new version number you just set in the `action.yml` file. For example, if you updated the version to `v0.0.3`, create a new release with the tag `v0.0.3`.
169+
3. Once the release is created, the GitHub Actions workflow will automatically build the Docker image and push it to the GitHub Container Registry (GHCR).
167170

168-
Frizbee is also a feature of the [Minder](https://github.com/stacklok/minder) Open Source project.
169-
With Minder, you can also easily enable the automation of pinning your actions
170-
and container images. You can also do a lot more, such as monitoring your
171-
dependencies, scanning your code for vulnerabilities, and securing configuring
172-
your repositories and GitHub Actions.
171+
## Contributing
173172

174-
Stacklok hosts a free (forever to open source projects) SaaS service available at [Minder Cloud](https://cloud.stacklok.com).
173+
We welcome contributions to Frizbee Action. Please see our [Contributing](./CONTRIBUTING.md) guide for more information.
175174

176175
## License
177176

178-
Frizbee is licensed under the [Apache 2.0 License](./LICENSE).
177+
Frizbee Action is licensed under the [Apache 2.0 License](./LICENSE).

0 commit comments

Comments
 (0)