@fsl-s/semantic-release-forgejo
v1.0.0
Published
Make releases to Forgejo!
Readme
@fsl-s/semantic-release-forgejo
A little plugin that calls Forgejo's API to do stuff. Currently, only opening releases.
Configuration
Please specify those environment variables when using the plugin:
FORGEJO_URL: URL pointing to your serverFORGEJO_TOKEN: A token to call the release endpoints
Test
To test:
# In this project
npm link# In another project
npm link @fsl-s/semantic-release-forgejo
# Then call your semantic-release tool and see what happens!
semantic-release