I have a npm package which i publish with semantic-release . My master branch is currently on version 2.0.1 , but we recently found a bug for version v1.0.5 and need to fix it by releasing v1.0.6, I checked out from v1.0.5 branch and fixed the bug, but when i push changes, it automatically creates version from master branch i.e creates v2.0.2, how do we force semantic-release to release package for previous version ?
Asked
Active
Viewed 267 times
6
-
Did you find what to do? – gota Sep 30 '22 at 16:40
-
no, not using semantic-release, had to release manually by creating a release in github – Akash Salunkhe Oct 04 '22 at 12:55