🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@scaleleap/semantic-release-config

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scaleleap/semantic-release-config

Semantic Release Shareable Configuration

latest
npmnpm
Version
1.1.41
Version published
Maintainers
2
Created
Source

📦 @scaleleap/semantic-release-config

Semantic Release shareable config to publish NPM packages with GitHub.

Plugins

This shareable configuration uses the following plugins:

Summary

  • Provides an informative git commit message for the release commit that does not trigger continuous integration and conforms to the conventional commits specification (e.g., "chore(release): 1.2.3 [skip ci]\n\nnotes").
  • Creates a tarball that gets uploaded with each GitHub release.
  • Publishes the same tarball to NPM.
  • Commits the version change in package.json.
  • Creates or updates a changelog file.

Running in CI

$> npx @scaleleap/semantic-release-config

Usage

The shareable config can be configured in the semantic-release configuration file:

In package.json:

{
  "release": {
    "extends": "@scaleleap/semantic-release-config"
  }
}

Configuration

Ensure that your CI configuration has the following secret environment variables set:

See each plugin documentation for required installation and configuration steps.

Contributing

This repository uses Conventional Commit style commit messages.

Authors or Acknowledgments

License

This project is licensed under the MIT License.

Badges

GitHub Workflow Status NPM License Semantic Release

FAQs

Package last updated on 24 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts