Skip to content

fix: correct the rc calculation #122

@github-actions

Description

@github-actions

This is the main issue tracking #121

Please add labels indicating the release versions eg. 'release/v0'

Please add comments for user issues which this issue addresses.

Description copied from PR:

Related Issue

Addresses #5

Description

The rc version is getting a repeating "-rc-rc-rc" with every release. It is also calculating the rc based on the last release rather than the next one. This is due to the way we isolate the patch version in the script. Now we increment the minor if there isn't already an rc in place. In practice we should probably just manually tag the first rc of the expected next version just to get the ball rolling.

Testing

actionlint

Not a breaking change.

Sub-issues

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions