1.1.2 • Published 1 year ago

nodebb-plugin-cnc-maxconnect-dev v1.1.2

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

@seek/nodebb-plugin-cnc-maxconnect

Powered by skuba

This package is developed in order to add/modify functionalities of NodeBB. It is installed as a plugin in NodeBB.

Development

Prerequisites

  • Node.js LTS
  • Yarn 1.x
yarn install

Test

yarn test

Lint

# Fix issues
yarn format

# Check for issues
yarn lint

Release

This package is published to the npm registry under the private @seek npm org with Gutenberg, SEEK's central npm publishing pipeline.

It depends on this repo being hosted on SEEK-Jobs with appropriate access.

Commit messages

This package is published with semantic-release, which requires a particular commit format to manage semantic versioning. You can run the interactive yarn commit command in place of git commit to generate a compliant commit title and message. If you use the Squash and merge option on pull requests, take extra care to format the squashed commit in the GitHub UI before merging.

Releasing latest

Commits to the master branch will be released with the latest tag, which is the default used when running npm install or yarn install.

Releasing other dist-tags

semantic-release prescribes a branch-based workflow for managing distribution tags.

You can push to other branches to manage betas, maintenance updates to prior major versions, and more.

Here are some branches that semantic-release supports by default:

Git branchnpm dist-tag
masterlatest
alphaalpha
betabeta
nextnext
1.xrelease-1.x

For more information, see the semantic-release docs on triggering a release.