kurosakishigure / katharsis

CLI tool for generating RSS feeds.
MIT License
0 stars 1 forks source link

Version mismatch between Cargo.toml and tag #13

Open kurosakishigure opened 14 hours ago

kurosakishigure commented 14 hours ago

Expected Behavior

For example, if the current tag is 1.0.0-canary.1, the version field in the Cargo.toml file should also be set to 1.0.0-canary.1.

Actual Behavior

Currently, the tag is 1.0.0-canary.1, but the version field in the Cargo.toml file is set to 1.0.0.

Additional Information

None.

kurosakishigure commented 14 hours ago

If Katharsis is used as a crate in the future, this type of version number might not be allowed. It may be necessary to consider uploading only release versions when publishing the crate.