https://github.com/anolilab/semantic-release
A multi semantic release tool for monorepos.
https://github.com/anolilab/semantic-release
anolilab monorepo monorepos multi-semantic-release semantic-release
Last synced: 2 months ago
JSON representation
A multi semantic release tool for monorepos.
- Host: GitHub
- URL: https://github.com/anolilab/semantic-release
- Owner: anolilab
- License: mit
- Created: 2023-09-21T14:18:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T03:11:41.000Z (2 months ago)
- Last Synced: 2025-03-29T08:06:15.087Z (2 months ago)
- Topics: anolilab, monorepo, monorepos, multi-semantic-release, semantic-release
- Language: JavaScript
- Homepage:
- Size: 3.13 MB
- Stars: 40
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Audit: audit-ci.jsonc
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Semantic Release
---
---
This is a mono-repository that contains a collection of packages that provide various functions that can be used with [semantic-release](https://github.com/semantic-release/semantic-release) package.
## Usage
Check the README for each package within the `packages` directory for specific usage instructions.
## Featured Packages
| Package | Version | Description |
|-----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [multi-semantic-release](packages/multi-semantic-release/README.md) |  | A hacky semantic-release for monorepos based on qiwi/multi-semantic-release | | |
| [rc](packages/rc/README.md) |  | This module provides a utility function to load rc configuration settings from various sources, including environment variables, default values, and configuration files located in multiple standard directories. It merges these settings into a single configuration object. | | |
| [semantic-release-pnpm](packages/semantic-release-pnpm/README.md) |  | Semantic-release plugin to publish a npm package with pnpm | | |
| [semantic-release-preset](packages/semantic-release-preset/README.md) |  | semantic-release is a fully automated version management and package publishing library |
| [semantic-release-clean-package-json](packages/semantic-release-clean-package-json/README.md) |  | A semantic-release plugin to clean and optimize package.json files before publishing |## How We Version
We use [SemVer](https://semver.org/) for its versioning providing us an opt-in approach to releases.
This means we add a version number according to the spec, as you see below.
So rather than force developers to consume the latest and greatest, they can choose which version to consume and test any newer ones before upgrading.
Please the read the spec as it goes into further detail.## Supported Node.js Versions
Libraries in this ecosystem make the best effort to track
[Node.js’ release schedule](https://nodejs.org/en/about/releases/). Here’s [a
post on why we think this is important](https://medium.com/the-node-js-collection/maintainers-should-consider-following-node-js-release-schedule-ab08ed4de71a).Contributing
------------If you would like to help take a look at the [list of issues](https://github.com/anolilab/semantic-release/issues) and check our [Contributing](.github/CONTRIBUTING.md) guild.
> **Note:** please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Credits
-------------- [Daniel Bannert](https://github.com/prisis)
- [All Contributors](https://github.com/anolilab/semantic-release/graphs/contributors)License
-------------The anolilab semantic release is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT)