Describe the problem
In my repo, I have both a crate and a npm package with the same name, when creating Git tags Sampo does not disambiguate between them, causing a possible overlap if the versions ever conflict (in addition to just being confusing for users, really)
Environment Information
uses: bruits/sampo/crates/sampo-github-action@main
Linux x64
Rust 1.94.1
What's the expected result?
Probably some sort of identifier when there is a possible conflict, so like if a repo has two packages of the same name, the git tags for those packages will always be package-ecosystem-version instead of just package-version?
Participation
Describe the problem
In my repo, I have both a crate and a npm package with the same name, when creating Git tags Sampo does not disambiguate between them, causing a possible overlap if the versions ever conflict (in addition to just being confusing for users, really)
Environment Information
uses: bruits/sampo/crates/sampo-github-action@mainLinux x64
Rust 1.94.1
What's the expected result?
Probably some sort of identifier when there is a possible conflict, so like if a repo has two packages of the same name, the git tags for those packages will always be package-ecosystem-version instead of just package-version?
Participation