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
- Host: GitHub
- URL: https://github.com/opticdev/action
- Owner: opticdev
- License: mit
- Created: 2023-01-20T16:25:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T09:37:34.000Z (9 months ago)
- Last Synced: 2025-04-24T10:37:37.418Z (9 months ago)
- Language: JavaScript
- Size: 338 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.