Skip to content

Commit

Permalink
chore(git-sync): auto-applied semantic_commits.json5
Browse files Browse the repository at this point in the history
this file was auto-applied from pulumi
located here:
    - https://github.com/octodns-infomaniak/.github

Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Nov 24, 2024
1 parent 0597596 commit 72265f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/renovate/semantic_commits.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
"matchDatasources": ["pypi"],
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(python)!: ",
"commitMessageTopic": "",
"commitMessageExtra": "( → )"
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}}{{newVersion}} )"
},
{
"matchDatasources": ["pypi"],
"matchUpdateTypes": ["minor"],
"semanticCommitType": "feat",
"semanticCommitScope": "python",
"commitMessageTopic": "",
"commitMessageExtra": "( → )"
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}}{{newVersion}} )"
},
{
"matchDatasources": ["pypi"],
"matchUpdateTypes": ["patch"],
"semanticCommitType": "fix",
"semanticCommitScope": "python",
"commitMessageTopic": "",
"commitMessageExtra": "( → )"
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}}{{newVersion}} )"
},
]
}

0 comments on commit 72265f8

Please sign in to comment.