An open API service indexing awesome lists of open source software.

https://github.com/opticdev/action

GitHub Action for Optic
https://github.com/opticdev/action

Last synced: 9 months ago
JSON representation

GitHub Action for Optic

Awesome Lists containing this project

README

          

# action

The GitHub Action for Optic

## Documentation

Learn more about using the Optic GitHub Action at https://www.useoptic.com/docs/github.

## Releasing

To create a new release:

- Ensure the project is built and the latest build results are pushed
- Create a new release with GitHub
- Run the following to update the current version tag:

```
git tag v1 --force
git push --tags --force
```

## LICENSE

Licensed under the MIT License. See `LICENSE` for more details.