Détail du package

@anolilab/rc

anolilab19.9kMIT2.0.4

The runtime configuration loader.

anolilab, rc

readme

Semantic Release


Daniel Bannert's open source work is supported by the community on GitHub Sponsors


This is a mono-repository that contains a collection of packages that provide various functions that can be used with 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 npm A hacky semantic-release for monorepos based on qiwi/multi-semantic-release
rc npm 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 npm Semantic-release plugin to publish a npm package with pnpm
semantic-release-preset npm semantic-release is a fully automated version management and package publishing library
semantic-release-clean-package-json npm A semantic-release plugin to clean and optimize package.json files before publishing

How We Version

We use SemVer 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. Here’s a post on why we think this is important.

Contributing

If you would like to help take a look at the list of issues and check our Contributing 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

License

The anolilab semantic release is open-sourced software licensed under the MIT license

changelog

@anolilab/rc 2.0.4 (2025-09-22)

Bug Fixes

  • deps: update dependencies across multiple packages (150593f)
  • deps: update dependencies and configurations across multiple packages (414ca97)
  • update dependencies and configuration across multiple packages (9c9b4cb)
  • update dependencies and improve configuration (de0cf70)
  • update package dependencies and configurations (8241a76)

@anolilab/rc 2.0.3 (2025-07-31)

Bug Fixes

  • update dependencies and improve configuration (91c8546)

Documentation

@anolilab/rc 2.0.2 (2025-07-02)

Bug Fixes

  • add channel configuration for prereleases in multiple .releaserc.json files (8aa95b8)

@anolilab/rc 2.0.1 (2025-07-02)

Bug Fixes

  • update dependencies and configurations for multi-semantic-release (6e76f22)
  • update dependencies and configurations for semantic-release packages (e025cff)

@anolilab/rc 2.0.0 (2025-06-17)

⚠ BREAKING CHANGES

  • Changed supported Node version to >=20.8.1

Features

  • update Node.js version across configurations and package files (186dc8c)

@anolilab/rc 1.1.8 (2025-06-05)

Bug Fixes

  • all packages now allow node 24, update all dependencies (dfc2518)
  • deps: update patch updates (#154) (26462d4)

@anolilab/rc 1.1.7 (2025-05-07)

Bug Fixes

  • update dependencies across multiple packages, including @anolilab/ and @visulima/ to latest versions (fc3cbd3)

@anolilab/rc 1.1.6 (2025-02-10)

Bug Fixes

  • rc: updated @visulima/*, and all all dev deps (5759909)

@anolilab/rc 1.1.5 (2025-01-14)

Bug Fixes

  • rc: updated @visulima/fs and @visulima/path deps (e0ce1cf)

@anolilab/rc 1.1.4 (2024-12-15)

Bug Fixes

  • allowing node v23, updated @types/node (41e4e33)
  • updated visulima fs, path and ts-deepmerge dependencies, updated all dev deps (3c8bcef)

@anolilab/rc 1.1.3 (2024-10-26)

Bug Fixes

  • added missing @visulima/path dep (40d3916)
  • switched from tsup to @visulima/packem (e35f8b4)
  • updated dependencies (aa33659)
  • upgraded @visulima/fs package, ini and ts-deepmerge (674a28c)

@anolilab/rc 1.1.2 (2024-06-11)

Bug Fixes

  • rc: updated @visulima/fs dep (781140b)

@anolilab/rc 1.1.1 (2024-06-11)

Bug Fixes

@anolilab/rc 1.1.0 (2024-05-23)

Features

  • moved semantic-release preset, added new presets for yarn and pnpm (#26) (7c057c4)

@anolilab/rc 1.0.0 (2024-05-22)

Features