0
0
mirror of https://github.com/saltstack-formulas/sysctl-formula.git synced 2026-05-23 04:15:11 +02:00

Second try

This commit is contained in:
Alex Wede 2026-03-24 19:52:02 +01:00
parent 72ed4c1c1f
commit 011716a063
4 changed files with 12 additions and 13 deletions

View File

@ -21,4 +21,4 @@ Avatar|Contributor|Contributions
--- ---
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-10-20. Auto-generated by [gaocegege/maintainer](https://github.com/maintainer-org/maintainer) on 2026-03-24.

View File

@ -59,4 +59,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
---- ----
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-10-20. Auto-generated by `gaocegege/maintainer <https://github.com/maintainer-org/maintainer>`_ on 2026-03-24.

View File

@ -3,16 +3,16 @@
// //
// NOTE: Any changes here must be reflected in `CONTRIBUTING.md`. // NOTE: Any changes here must be reflected in `CONTRIBUTING.md`.
module.exports = [ module.exports = [
{breaking: true, release: 'major'}, { breaking: true, release: 'major' },
// {type: 'build', release: 'patch'}, // {type: 'build', release: 'patch'},
// {type: 'chore', release: 'patch'}, // {type: 'chore', release: 'patch'},
// {type: 'ci', release: 'patch'}, // {type: 'ci', release: 'patch'},
{type: 'docs', release: 'patch'}, { type: 'docs', release: 'patch' },
{type: 'feat', release: 'minor'}, { type: 'feat', release: 'minor' },
{type: 'fix', release: 'patch'}, { type: 'fix', release: 'patch' },
{type: 'perf', release: 'patch'}, { type: 'perf', release: 'patch' },
{type: 'refactor', release: 'patch'}, { type: 'refactor', release: 'patch' },
{type: 'revert', release: 'patch'}, { type: 'revert', release: 'patch' },
{type: 'style', release: 'patch'}, { type: 'style', release: 'patch' },
{type: 'test', release: 'patch'}, { type: 'test', release: 'patch' }
]; ]

View File

@ -28,7 +28,6 @@ const releaseRules = [
const config = { const config = {
// TODO: remove this when we no longer process releases on GitLab CI // TODO: remove this when we no longer process releases on GitLab CI
repositoryUrl: 'https://github.com/saltstack-formulas/sysctl-formula',
plugins: [ plugins: [
['@semantic-release/commit-analyzer', { releaseRules }], ['@semantic-release/commit-analyzer', { releaseRules }],
'@semantic-release/release-notes-generator', '@semantic-release/release-notes-generator',