Select Git revision
-
semantic-release-bot authored
## [0.55.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.55.0...v0.55.1) (2021-03-23) ### Bug Fixes * **salt-user:** redirect error output from user access checks ([4cb4c05e](https://github.com/saltstack-formulas/mysql-formula/commit/4cb4c05e48272c8073b0798afa8b31f232d12674)) ### Continuous Integration * **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([e20d7c69](https://github.com/saltstack-formulas/mysql-formula/commit/e20d7c69d12777365ff95c841decfe7dc05c4227)) * **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([63561c0a](https://github.com/saltstack-formulas/mysql-formula/commit/63561c0a2f236722b4449717e83b421a021d7093)) * **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([d08b960d](https://github.com/saltstack-formulas/mysql-formula/commit/d08b960daf910f9c386523ae3d942d851cca2802)) * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([1af83d1f](https://github.com/saltstack-formulas/mysql-formula/commit/1af83d1fac432c9208c968182979090348dab69c)) * **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([b27382a7](https://github.com/saltstack-formulas/mysql-formula/commit/b27382a76cf3f2fd40c5dc6934175186f2065720)) * **pre-commit:** update hook for `rubocop` [skip ci] ([86397f63](https://github.com/saltstack-formulas/mysql-formula/commit/86397f6390a6f5aab812dda258d3438674798af3))
semantic-release-bot authored## [0.55.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.55.0...v0.55.1) (2021-03-23) ### Bug Fixes * **salt-user:** redirect error output from user access checks ([4cb4c05e](https://github.com/saltstack-formulas/mysql-formula/commit/4cb4c05e48272c8073b0798afa8b31f232d12674)) ### Continuous Integration * **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([e20d7c69](https://github.com/saltstack-formulas/mysql-formula/commit/e20d7c69d12777365ff95c841decfe7dc05c4227)) * **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([63561c0a](https://github.com/saltstack-formulas/mysql-formula/commit/63561c0a2f236722b4449717e83b421a021d7093)) * **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([d08b960d](https://github.com/saltstack-formulas/mysql-formula/commit/d08b960daf910f9c386523ae3d942d851cca2802)) * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([1af83d1f](https://github.com/saltstack-formulas/mysql-formula/commit/1af83d1fac432c9208c968182979090348dab69c)) * **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([b27382a7](https://github.com/saltstack-formulas/mysql-formula/commit/b27382a76cf3f2fd40c5dc6934175186f2065720)) * **pre-commit:** update hook for `rubocop` [skip ci] ([86397f63](https://github.com/saltstack-formulas/mysql-formula/commit/86397f6390a6f5aab812dda258d3438674798af3))
release-rules.js 675 B
// No release is triggered for the types commented out below.
// Commits using these types will be incorporated into the next release.
//
// NOTE: Any changes here must be reflected in `CONTRIBUTING.md`.
module.exports = [
{breaking: true, release: 'major'},
// {type: 'build', release: 'patch'},
// {type: 'chore', release: 'patch'},
// {type: 'ci', release: 'patch'},
{type: 'docs', release: 'patch'},
{type: 'feat', release: 'minor'},
{type: 'fix', release: 'patch'},
{type: 'perf', release: 'patch'},
{type: 'refactor', release: 'patch'},
{type: 'revert', release: 'patch'},
{type: 'style', release: 'patch'},
{type: 'test', release: 'patch'},
];