All Projects → azu → lerna-monorepo-github-actions-release

azu / lerna-monorepo-github-actions-release

Licence: MIT License
Lerna + monorepo +GitHub Actions Release Flow

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].