This commit is contained in:
tatianamac
2019-11-26 14:50:43 -08:00
parent 8a55660ed0
commit 6d5445ecc5
13894 changed files with 2233957 additions and 0 deletions

30
node_modules/requirejs-config-file/.rmt.yml generated vendored Normal file
View File

@ -0,0 +1,30 @@
_default:
# VCS CONFIG
vcs: git
# 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:
# - relative/path/to/your-own-sript.php
prerequisites:
- working-copy-check
- display-last-changes
pre-release-actions:
update-version-class:
class: 'package.json'
pattern: '"version": "%version%"'
vcs-commit:
commit-message: '%version%'
version-generator: semantic
version-persister:
vcs-tag:
tag-prefix: 'v'
post-release-actions:
vcs-publish: # Publish the release to the VCS
ask-confirmation: true
command:
cmd: 'npm publish'
live-output: true