Giter Club home page Giter Club logo

Comments (2)

indrif avatar indrif commented on September 27, 2024 1

Thanks for the very detailed explanation! I will fix the issue.

Regarding the upm split branch thing, this was a suggestion from the medium article linked from your documentation. I also noticed that a lot of the content in that article was very outdated. Would be nice with a new tutorial on this for future users!

Anyway, thanks! Have a great day :)

from openupm.

favoyang avatar favoyang commented on September 27, 2024

Because of the package.json version of tag upm/1.0.0 is 0.0.1: https://github.com/appylar/published-unity-sdk/blob/b942b0100ba0c6fa500c8f91738cf0d4b974fc0a/package.json

This will be treated as a failure by build-pipeline in the future (refs #4483). But for now, we let it pass and published 0.0.1.

You can bump the version to 1.0.1, then create Git tag 1.0.1 to fix this.

I checked your ci.yml (https://github.com/appylar/published-unity-sdk/blob/main/.github/workflows/ci.yml), you're using semantic-release-action, it uses git tags to detect the initial version. That may cause the first released version mismatch. Try to generate a new commit to trigger another build, then verify the package.json version with the Git tag. It could be an empty commit like:

git commit --allow-empty -m "fix: rebuild package.json version"
git push

BTW, the split upm branch is no longer needed by our build-pipeline which supports detecting the package.json path automatically.

from openupm.

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.