Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@open-turo/semantic-release-config
Advanced tools
Turo configuration for semantic-release
Via NPM:
npm install --save-dev semantic-release @open-turo/semantic-release-config
Or yarn:
yarn add --dev semantic-release @open-turo/semantic-release-config
The shareable config can be configured in the semantic-release configuration file:
{
"extends": "@open-turo/semantic-release-config"
}
If you are not using the default preset, you have to specify its name too:
{
"extends": "@open-turo/semantic-release-config/lib/npm"
}
See more details about how shareable configurations can be created in here.
This plugin requires no configuration, but certain environment variables need to be present in order for some of the plugins to work correctly.
GITHUB_TOKEN
. A GitHub token so the Github release can be createdGITHUB_TOKEN
. When a new release is published, this plugin will try to commit and push into the released branch.
Ensure that the user that is running the release has push rights and can bypass branch
protection rules (see here)GITHUB_TOKEN
. When a new release is published, this plugin will try to commit and push into the released branch.
Ensure that the user that is running the release has push rights and can bypass branch
protection rules (see here)NPM_TOKEN
. A NPM token so the package can be published to NPM (a .npmrc
file with extra configuration can also be used)GITHUB_TOKEN
. When a new release is published, this plugin will try to commit and push into the released branch.
Ensure that the user that is running the release has push rights and can bypass branch
protection rules (see here)This preset includes @semantic-release/exec to run custom scripts. It supports scripts for the publish
, success
and fail
hooks.
The convention is that the configuration will run the script if there is an executable file
like ./script/semantic-release-<hook>
.
These scripts must follow the convention of the @semantic-release/exec plugin (e.g. in the publish hook, the release information can be written to stdout as parseable JSON, but nothing else).
If there is no file, then this plugin will be a noop.
Scripts don't receive any argument.
Install pre-commit and the commit hooks:
pre-commit install
pre-commit install --hook-type commit-msg
Please review Issues, post new Issues against this repository as needed.
Please see here for guidelines on how to contribute to this project.
FAQs
Turo semantic-release configuration
The npm package @open-turo/semantic-release-config receives a total of 2,301 weekly downloads. As such, @open-turo/semantic-release-config popularity was classified as popular.
We found that @open-turo/semantic-release-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.