├── LICENSE ├── README.md ├── action.yml └── dist ├── commit.hbs ├── footer.hbs ├── header.hbs ├── index.js └── template.hbs /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinpinto/action-automatic-releases/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinpinto/action-automatic-releases/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinpinto/action-automatic-releases/HEAD/action.yml -------------------------------------------------------------------------------- /dist/commit.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinpinto/action-automatic-releases/HEAD/dist/commit.hbs -------------------------------------------------------------------------------- /dist/footer.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinpinto/action-automatic-releases/HEAD/dist/footer.hbs -------------------------------------------------------------------------------- /dist/header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinpinto/action-automatic-releases/HEAD/dist/header.hbs -------------------------------------------------------------------------------- /dist/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinpinto/action-automatic-releases/HEAD/dist/index.js -------------------------------------------------------------------------------- /dist/template.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinpinto/action-automatic-releases/HEAD/dist/template.hbs --------------------------------------------------------------------------------