mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2026-05-11 09:44:48 +02:00
Second try
This commit is contained in:
parent
72ed4c1c1f
commit
011716a063
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -3,16 +3,16 @@
|
||||
//
|
||||
// NOTE: Any changes here must be reflected in `CONTRIBUTING.md`.
|
||||
module.exports = [
|
||||
{breaking: true, release: 'major'},
|
||||
{ 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'},
|
||||
];
|
||||
{ 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' }
|
||||
]
|
||||
|
||||
@ -28,7 +28,6 @@ const releaseRules = [
|
||||
|
||||
const config = {
|
||||
// TODO: remove this when we no longer process releases on GitLab CI
|
||||
repositoryUrl: 'https://github.com/saltstack-formulas/sysctl-formula',
|
||||
plugins: [
|
||||
['@semantic-release/commit-analyzer', { releaseRules }],
|
||||
'@semantic-release/release-notes-generator',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user