wooga / atlas-github

Gradle plugin to publish artifacts to github
https://wooga.github.io/atlas-github/
Apache License 2.0
1 stars 3 forks source link

Adds branch name property to extension, and repositoryName may now be fetched automatically #96

Closed Joaquimmnetto closed 3 years ago

Joaquimmnetto commented 3 years ago

Description

Adds the branchName property to the extension, which is fecthed from the current git branch tracking branch name, and if it does not have one, from the current branch name itself. As for this we need to use GrGit in this plugin, now the repositoryName is fetched automatically by default, from local git repository origin remote.

If there is no local git avaliable, both branchName and repositoryName will default to empty providers.

Changes