Sha256: 3914b45e1dd86c20c00041f2aeafca85b7d9e751853cef613fb66912ae4afd79

Contents?: true

Size: 1015 Bytes

Versions: 5

Compression:

Stored size: 1015 Bytes

Contents

# Release process

This is vagrant-vagrant-scp-sync' current release process, documented so people know what is
currently done to release it.

## Prepare the release

Github Actions now handles the release cycle. We are using SemVer Verision and Convential Commits to ensure that we can use our Commits in our CI/CD Workflow

To push a fix, ie a the Patch digit in Version string, prefix your commit header with "fix:  Some Commit Message"

To push a feature, ie a the feature digit in Version string, prefix your commit header with "feat:  Some Commit Message"

Doing so will cause GitHub Actions to perform the following
* Update the version in "lib/vagrant-vagrant-scp-sync/version.rb"
* Update the version in CHANGELOG.md
* Create a Release and Corresponding tag
* Push the package to the GPR and Ruby Gems

The CHANGELOG.md will be automatically maintained in a similar format to Vagrant by the Github Action Release-Please:

https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-scp-sync-0.5.12 RELEASE.md
vagrant-scp-sync-0.5.11 RELEASE.md
vagrant-scp-sync-0.5.10 RELEASE.md
vagrant-scp-sync-0.5.9 RELEASE.md
vagrant-scp-sync-0.5.8 RELEASE.md