Skip to content

Commit

Permalink
build: allow latest semantic-release (#108)
Browse files Browse the repository at this point in the history
conventional-changelog v7 is only compatible with semantic-release v22+.
Previously semantic-release v20+ was not compatible with
cycjimmy/semantic-release-action but this has now been fixed.

Therefore upgrading semantic-release to latest should fix the release
tagging.

See:

- cycjimmy/semantic-release-action#176
- semantic-release/semantic-release#2978
- semantic-release/semantic-release#2929
  • Loading branch information
akikanellis committed Oct 14, 2023
1 parent ee17973 commit f944137
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions renovate.json5
Expand Up @@ -70,14 +70,6 @@ semver-coerced\
matchUpdateTypes: ["major"],
automerge: false
},
{
description: "Limit semantic-release versions to 19.x.x.\
Version 20.0.0 is not currently compatible with\
cycjimmy/semantic-release-action",
matchDatasources: ["npm"],
matchPackageNames: ["semantic-release"],
allowedVersions: "<= 19"
},
{
description: "Limit gradle-semantic-release-plugin versions to 1.7.4.\
Version 1.7.5 is currently only compatible with semantic-release >= 20",
Expand Down

0 comments on commit f944137

Please sign in to comment.