Code Monkey home page Code Monkey logo

unityasync's Issues

pre-release / release-candidate suffix

Hi @coryleach,

Favo from openupm. I noticed an issue for your Git tag naming may affect your build. Take this repository as an example:

Git tag package.json version
1.0.4-a 1.0.4
1.0.4 1.0.4

The problem is that you're using the -a (alpha?) as a release candidate / pre-release suffix, but you didn't update the package.json's version. As a result, the tag 1.0.4-a takes the spot on the registry with version 1.0.4 because it came earlier, then the tag 1.0.4 failed because of version conflict.

I have fixed the issue, by adding -a as the Git tag ignore pattern to ignore it (openupm/openupm@c4c2d8e, openupm/openupm@fcfb863, openupm/openupm@7440443, openupm/openupm@20ca6d1), then I unpublished the wrong release generated by the -a suffix.

Because you have quite a few packages published there, to solve the issue completely:

  • Either you always update the packgae.json to match your Git tag
  • Or I need to know your preferred suffix for pre-release. e.g. will you use -a only or maybe -b? I would suggest you use -rc[0-9] instead.

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.