New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hexonet/semantic-release-github-whmcsbase-config

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hexonet/semantic-release-github-whmcsbase-config

semantic-release shareable basic configuration for WHMCS Modules (releasing on GitHub, but not WHMCS Marketplace)

  • 4.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@hexonet/semantic-release-github-whmcsbase-config

semantic-release Build Status License: MIT PRs welcome npm version

semantic-release shareable config to publish WHMCS Modules on GitHub. To be used for e.g. widget

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 or updates a changelog file that gets included in the release commit.
  • Updates version numbers in several files using the repository specific script updateVersion.sh that get included in the release commit.
  • Creates a zip using make allarchives that gets included in the release commit to make the latest version downloadable via release-independent URL.
  • Creates a zip and tar.gz archive using make allarchives that get uploaded with each GitHub release to have release-dependent downloads.

Install

npm i -D semantic-release @hexonet/semantic-release-github-whmcsbase-config

Usage

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

{
  "extends": "@hexonet/semantic-release-github-whmcsbase-config",
  "branch": "master"
}

Configuration

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

See each plugin documentation for required installation and configuration steps.

Keywords

FAQs

Package last updated on 14 Jun 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc