Skip to content

Commit

Permalink
Merge pull request #171 from hhamon/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `default-vcs-config.yml.tmpl` file
  • Loading branch information
jeanmonod authored Mar 24, 2022
2 parents a31f08e + afbb70b commit f98985f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Liip/RMT/Config/templates/default-vcs-config.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _default:

# PREREQUISITES
# Actions executed before any questions get asked to the user.
# Custom action can be added by provided a relative path the the php script. Example:
# Custom action can be added by provided a relative path to the php script. Example:
# - relative/path/to/your-own-sript.php
prerequisites:
- working-copy-check
Expand Down Expand Up @@ -33,4 +33,4 @@ master:
pre-release-actions:
changelog-update: # Update a CHANGELOG file before the release
format: %%changelog-format%%
vcs-commit: ~ # Commit the CHANGELOG
vcs-commit: ~ # Commit the CHANGELOG

0 comments on commit f98985f

Please sign in to comment.