Why is that the composer repository generated by Satis always add "dev" into the releases?
For example:
- If my branch name is "master", it will become "dev-master"
- If my branch name is "1.0.0", it will become "1.0.0.x-dev"
- If my branch name is "1.0.1m", it will become "dev-1.0.1m"
How can I prevent it adding the extra "dev" into the release?