Skip to content

Commit

Permalink
Fix Readme for git.tag().
Browse files Browse the repository at this point in the history
  • Loading branch information
schnatterer committed May 14, 2020
1 parent 693ba1a commit c8339b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ gitWithCreds 'https://your.repo' // Implicitly passed credentials
* `git.repositoryUrl` - e.g. `https://github.com/orga/repo.git`
* `git.gitHubRepositoryName` - e.g. `orga/repo`
* Tags - Note that the git plugin might not fetch tags for all builds. Run `sh "git fetch --tags"` to make sure.
* `git.tag` - e.g. `1.0.0` or `undefined` if not set
* `git.tag` - e.g. `1.0.0` or empty if not set
* `git.isTag()` - is there a tag on the current commit?

### Changes to local repository
Expand Down

0 comments on commit c8339b3

Please sign in to comment.