Closed Magellol closed 2 years ago
Examples:
push tag v0.2.1
bump @unsplash/intlc@0.2.1-0
push tag v0.3.0
bump @unsplash/intlc@0.3.0-0
I'm not sure what is the best way for doing that. We could add it to the CI but then we'd have to commit the package.json version change back into this repo 🤔
The easiest approach is probably just one tagged commit in which we:
I guess we can go for the manual approach for now. I'll document it
Examples:
push tag v0.2.1
->bump @unsplash/intlc@0.2.1-0
push tag v0.3.0
->bump @unsplash/intlc@0.3.0-0
I'm not sure what is the best way for doing that. We could add it to the CI but then we'd have to commit the package.json version change back into this repo 🤔