5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-12 21:23:46 +00:00
semantic-release-action/src/inputs.json
Filip Arenbo 32db8a49b2 feat: added ability to use the "extends" settings
This is done to be able to use shared configurations

docs: Added docs for the extends feature

fix: syntax error, due to rebase
2020-04-29 20:27:04 +02:00

8 lines
177 B
JSON

{
"semantic_version": "semantic_version",
"branches": "branches",
"branch": "branch",
"extra_plugins": "extra_plugins",
"dry_run": "dry_run",
"extends": "extends"
}