Socket
Socket
Sign inDemoInstall

@hexonet/semantic-release-whmcs

Package Overview
Dependencies
125
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @hexonet/semantic-release-whmcs

`semantic-release` plugin for auto-publishing on WHMCS marketplace


Version published
Weekly downloads
35
decreased by-27.08%
Maintainers
2
Install size
31.1 MB
Created
Weekly downloads
 

Changelog

Source

5.0.20 (2024-04-05)

Bug Fixes

  • deps: bump puppeteer from 22.6.2 to 22.6.3 (45557bc)

Readme

Source

semantic-release-whmcs

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

semantic-release plugin to publish a WHMCS product/module version to WHMCS Marketplace.

StepDescription
verifyConditionsVerify the presence and the validity of the authentication credentials (set via environment variables) and the product id option configuration.
publishPublish product/module version to WHMCS Marketplace including changelog notes.

FYI: This module is ESM ready!

Resources

Usage Guide

Requirements

Install

> npm i semantic-release-whmcs -D

Configuration

The plugin can be loaded in the semantic-release configuration file. Currently no configuration options are available.

{
  "plugins": [
    "@semantic-release/commit-analyzer",
    "@semantic-release/release-notes-generator",
    "semantic-release-whmcs"
  ]
}

With this example product/module versions will be published to the WHMCS Marketplace including changelog notes.

WHMCS Marketplace authentication

The WHMCS Marketplace authentication configuration is required and can be set via environment variables.

If you don't have an WHMCS Marketplace account yet, please create one. The credentials have to be made available in your CI environment via the WHMCSMP_LOGIN and WHMCSMP_PASSWORD environment variables. The account must have access to the product(s) you want to publish new versions for.

WHMCS Marketplace Product ID

The WHMCS Marketplace Product ID configuration is required and can be set via environment variables.

The Product ID has to be made available in your CI environment via the WHMCSMP_PRODUCTID environment variable.

That said, before you can use this module for publishing new product/module version to the WHMCS Marketplace, this Product has already to exist and as mentioned above, the account you provide here for authentication has to have access to manage that product. You can find the Product ID in the url when being in edit mode e.g. https://marketplace.whmcs.com/product/1234/edit.

Environment variables

VariableDescription
WHMCSMP_LOGINRequired. The email address of the WHMCS Marketplace account to use for authentication.
WHMCSMP_PASSWORDRequired. The password of the WHMCS Marketplace account to use for authentication.
WHMCSMP_PRODUCTIDRequired. The product id of the product/module you want to publish versions for.
WHMCSMP_MINVERSIONOptional. The minimum supported WHMCS version. Defaults to 7.10.
PUPPETEER_HEADLESSOptional. Toggle headless mode on/off. by default true. Values: 1,0.
GH_TOKENOptional. GitHub API authentication token to use for syncing versions.
GH_REPOOptional. GitHub repository name (format: organization/repository) to use for syncing versions.

Options

None available yet.

Routines

Type ./whmcs.js --help for command reference

Contributing

Please read Contribution Guide Lines for details on our code of conduct, then address a PR to us. Contributors are highly welcome.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

HEXONET GmbH

Keywords

FAQs

Last updated on 05 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc