Code Monkey home page Code Monkey logo

Comments (2)

JamesHenry avatar JamesHenry commented on June 18, 2024 2

This is available in the latest lerna (landed in #3951)

from lerna.

briananstett avatar briananstett commented on June 18, 2024

Hey @JamesHenry I think there was a bug introduced with the --tag-version-separator change.

When trying to create a new version of a package with the --tag-version-separator flag, it appears creating a GitHub release is failing or rather just not happening.

For example:

git commit -m'fix(action2): testing fix patch3'
npx lerna version --conventional-commits --tag-version-separator="v" --create-release github --yes
lerna notice cli v8.1.2
lerna info versioning independent
lerna info Looking for changed packages since [email protected]
lerna info getChangelogConfig Successfully resolved preset "conventional-changelog-angular"

Changes:
 - action2: 1.1.5 => 1.1.6

lerna info auto-confirmed 
lerna info execute Creating releases...
lerna info git Pushing tags...
lerna success version finished

But I go to the GitHub release page, there is not a release for the 1.1.6 version.

I can see the tag created but not the GitHub release.

$ git tag
action2v1.1.6

image
image

Also, I believe the the --tag-version-separator option is missing from the version command documentation.

from lerna.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.