release-it / bumper

Version read/write plugin for release-it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when using in and out, v is stripped from in front of versions

TheRealWaldo opened this issue · comments

    "@release-it/bumper": {
      "in": {
        "file": "VERSION",
        "type": "text/plain"
      },
      "out": ["README.md", "VERSION"]
    },

With the above example, if both VERSION and README.md contain v1.0 after running release-it, they become 1.0.

Thanks for the bug report, this should now be fixed in v3