go-semantic-release / semantic-release

📦🚀 semantic-release written in Go
https://go-semantic-release.xyz
MIT License
395 stars 43 forks source link

I need to find a way to create custom version numbers #157

Closed viraj2252 closed 11 months ago

viraj2252 commented 1 year ago

I managed to successfully create a workflow and create tags and release. However, since my repo is mono repo with multiple projects, i want to create custom tag prefixes for each project.

christophwitzko commented 11 months ago

Hi @viraj2252, thanks for trying-out go-semantic-release ☺️

Currently, we don't support monorepos and we are not planning to in the near future (see #77).

Best, Chris