C.14 GitCommitTask

Record changes to the repository. See official documentation.

Table C.15: Attributes

NameTypeDescriptionDefaultRequired
gitPathStringPath to Git binary/usr/bin/gitNo
repositoryStringPath to Git repositoryn/aYes
messageStringCommit messagen/aNo
allFilesBooleanWhether to automatically stage files that have been modified and deleted (see --all in git-commit)n/aNo

C.14.1 Example

<!-- commit all modified / deleted files -->;
                <gitcommit
                repository="/path/to/repo"
                message="Commit message" allFiles="true" />;

C.14.2 Supported Nested Tags