This template contains boilerplate code for the gradle release. The Gradle release workflow under GitHub Actions would quickly create a new release.
Anyone with access to the template repository can create a new repository based on the template with the same directory structure, branches, and files.
- Create a new repository.
- Choose the Repository Template from the dropdown.
After you make your repository a template, anyone with access to the repository can generate a new repository with the same directory structure and files as your default branch.
Before starting with the plugin development, Make sure you have right settings in place.
- Please check and update
Dependencies
,Version
,Description
iNbuild.gradle
file. rootProject.name
insettings.gradle
file.
After the plugin development , please follow the below steps to make release.
- Navigate to the Actions tab.
- On the left hand side , choose
_Gradle release workflow_
underAll workflows
. - You would see
Run workflow
button on the right side to run the release.