We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf54246 commit d451802Copy full SHA for d451802
typescript/README.md
@@ -274,7 +274,11 @@ b7b30c1 : Make more typesafe
274
You can choose a different version from the list or create new one. But bumpp is smart enough to use appropriate next version.
275
276
3. Verify and confirm
277
-4. Push commit and tag
+4. Push commit and tag
278
+
279
+```
280
+git push --follow-tags
281
282
5. The new tag will trigger a release on github actions.
283
6. Go to github and create release using the new tag. Make sure you set the correct previous tag prefixed with `typescript-v`
284
0 commit comments