Git Product home page Git Product logo

lerna-monorepo-github-actions-release's Introduction

Edit: I moved to following workflow.

Lerna + monorepo +GitHub Actions Release Flow

This repository is an example of monorepo release flow.

Purposes

  • User can control packages versions
  • Publish tag and packages from CI
  • Does not support independent mode

Roles and Works

  1. [Person] Develop and Submit Release Pull Request
  2. [Team] Review Release Pull Request
  3. [CI] Publish

Release Flow

  1. [Local] Checkout release branch: git checkout release/<uniq>
  2. [Local] Run yarn run versionup
    • Update CHANGELOG.md and package.json's version, and lerna.json's version
    • It does not git tag
  3. [Local] Submit to Release Pull Request
  4. [GitHub] Review Release Pull Request
  5. [GitHub] Write Release Note into the Release Pull Request's body
  6. [GitHub] Merge Release Pull Request
  7. [CI] Create git tag && Create GitHub Release && publish to npm(GitHub Package Registry)
    • ๐Ÿ“ The GitHub Release's body is copied from Release Pull Request's body

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT ยฉ azu

lerna-monorepo-github-actions-release's People

Contributors

azu avatar github-actions[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lerna-monorepo-github-actions-release's Issues

Node version in github workflow is not correctly set

Hi. Thanks for this great repo !

There is a misspell in the github workflow publish.yml. The action actions/setup-node@v1 set the node version with node-version and not node_version (otherwise, it the the v10.X).

      - name: Setup Node.js
        uses: actions/setup-node@v1
        with:
          node-version: 12 # <-- this line
          registry-url: 'https://npm.pkg.github.com'

Have a nice day!

node command not evaluating in commit-version script

The node command is not evaluating to the version number in the commit message being set in the commit-version script.

This is an example commit message after running versionup:

chore(release): publish `node -p 'require(./lerna.json).version'`

My environment:
Windows 10
Node.js 14.15.5
npm 6.14.11

test

/create release

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.