Giter Club home page Giter Club logo

Comments (4)

Keith-CY avatar Keith-CY commented on July 25, 2024

For simplicity, version number and release note will be generated automatically by lerna in an github workflow.

So the workflow would be

workflow 1

  1. run tests;
  2. bump versions by some rule, probably the name of branch;
  3. update changelog;
  4. open a PR to the main branch;

workflow 2

  1. create a release once the PR is merged.

from kuai.

Keith-CY avatar Keith-CY commented on July 25, 2024

I'm adding the GitHub action to update versions and changelogs, blocked by an issue that lerna version is executed multiple times without specifying an explicit version number, still WIP.

from kuai.

Keith-CY avatar Keith-CY commented on July 25, 2024

For simplicity, version number and release note will be generated automatically by lerna in an github workflow.

So the workflow would be

workflow 1

  1. run tests;
  2. bump versions by some rule, probably the name of branch;
  3. update changelog;
  4. open a PR to the main branch;

workflow 2

  1. create a release once the PR is merged.

During this work, I would divide these 2 workflows into 4

  1. workflow 1: triggered by new branch of rc/v* and open a PR to rc/v* for bumping versions and changelogs(#380)
  2. workflow 2: triggered by merge of the PR opened in workflow 1, open a PR from rc/v* to main: #381
  3. workflow 3: triggered by merge of the PR opened in workflow 2, create a release when rc/v* is merged into main: #382
  4. workflow 4: triggered by release event, and publish packages to npm registry: #384

from kuai.

Keith-CY avatar Keith-CY commented on July 25, 2024

Released at https://github.com/ckb-js/kuai/releases/tag/v0.0.1-alpha

from kuai.

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.