Sha256: 5ec98ac175bd79492da1a80587e5f7939798f61e6983ce095b25c0925929cd92
Contents?: true
Size: 794 Bytes
Versions: 22
Compression:
Stored size: 794 Bytes
Contents
Git === This plugin attempts to help manage your workflow by automatically pulling changes from your repo. **Do not use this plugin if you are not using Git.** Gem Requirements ---------------- This plugin requires the following gems: ```ruby gem 'git' ``` Hooks ----- - `before_bump` - `after_bump` - `after_promote` Configuration ------------- ```yaml plugins: git: remote: origin branch: master ``` **Note** Due to the nature of the git plugin, it's possible that you accept all the defaults. In that case, you should make your configuration like this: ```yaml plugins: git: enabled: true ``` #### remote The git remote to push/pull to/from. - Type: `String` - Default: `origin` #### branch The git branch to push/pull to/from. - Type: `String` - Default: `master`
Version data entries
22 entries across 22 versions & 2 rubygems