📦🚀 semantic-release

Fully automated version management and package publishing

Join the community on GitHub Discussions Build states OpenSSF Scorecard semantic-release: angular

npm latest version npm next version npm beta version

semantic-release automates the whole package release workflow including: determining the next version number, generating the release notes, and publishing the package.

This removes the immediate connection between human emotions and version numbers, strictly following the Semantic Versioning specification and communicating the impact of changes to consumers.

Trust us, this will change your workflow for the better. – egghead.io

Highlights

How does it work?

Commit message format

semantic-release uses the commit messages to determine the consumer impact of changes in the codebase. Following formalized conventions for commit messages, semantic-release automatically determines the next semantic version number, generates a changelog and publishes the release.

By default, semantic-release uses Angular Commit Message Conventions. The commit message format can be changed with the preset or config options of the @semantic-release/commit-analyzer and @semantic-release/release-notes-generator plugins.

Tools such as commitizen or commitlint can be used to help contributors and enforce valid commit messages.

The table below shows which commit message gets you which release type when semantic-release runs (using the default configuration):

Commit message Release type
fix(pencil): stop graphite breaking when too much pressure applied Patch Fix Release
feat(pencil): add 'graphiteWidth' option Minor Feature Release
perf(pencil): remove graphiteWidth option

BREAKING CHANGE: The graphiteWidth option has been removed.
The default graphite width of 10mm is always used for performance reasons.
Major Breaking Release
(Note that the BREAKING CHANGE: token must be in the footer of the commit)

Automation with CI

semantic-release is meant to be executed on the CI environment after every successful build on the release branch. This way no human is directly involved in the release process and the releases are guaranteed to be unromantic and unsentimental.

Triggering a release

For each new commit added to one of the release branches (for example: master, main, next, beta), with git push or by merging a pull request or merging from another branch, a CI build is triggered and runs the semantic-release command to make a release if there are codebase changes since the last release that affect the package functionalities.

semantic-release offers various ways to control the timing, the content and the audience of published releases. See example workflows in the following recipes:

Release steps

After running the tests, the command semantic-release will execute the following steps:

Step Description
Verify Conditions Verify all the conditions to proceed with the release.
Get last release Obtain the commit corresponding to the last release by analyzing Git tags.
Analyze commits Determine the type of release based on the commits added since the last release.
Verify release Verify the release conformity.
Generate notes Generate release notes for the commits added since the last release.
Create Git tag Create a Git tag corresponding to the new release version.
Prepare Prepare the release.
Publish Publish the release.
Notify Notify of new releases or errors.

Requirements

In order to use semantic-release you need:

Documentation

Get help

Badge

Let people know that your package is published using semantic-release and which commit-convention is followed by including this badge in your readme.

semantic-release: angular

[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

Team

Gregor Martynus Pierre Vanduynslager Matt Travi
Gregor Martynus Pierre Vanduynslager Matt Travi

Alumni

Stephan Bönnemann Rolf Erik Lekang Johannes Jörg Schmidt Finn Pauls Christoph Witzko
Stephan Bönnemann Rolf Erik Lekang Johannes Jörg Schmidt Finn Pauls Christoph Witzko

Kill all humans

semantic-release/semantic-release

{
"props": {
"initialPayload": {
"allShortcutsEnabled": false,
"path": "/",
"repo": {
"id": 24063576,
"defaultBranch": "master",
"name": "semantic-release",
"ownerLogin": "semantic-release",
"currentUserCanPush": false,
"isFork": false,
"isEmpty": false,
"createdAt": "2014-09-15T16:18:28.000Z",
"ownerAvatar": "https://avatars.githubusercontent.com/u/12867925?v=4",
"public": true,
"private": false,
"isOrgOwned": true
},
"currentUser": null,
"refInfo": {
"name": "master",
"listCacheKey": "v0:1722020510.0",
"canEdit": false,
"refType": "branch",
"currentOid": "bcb9b5c9f14625ca848f55b66b7e20c01c7049c4"
},
"tree": {
"items": [
{
"name": ".github",
"path": ".github",
"contentType": "directory"
},
{
"name": "bin",
"path": "bin",
"contentType": "directory"
},
{
"name": "docs",
"path": "docs",
"contentType": "directory"
},
{
"name": "lib",
"path": "lib",
"contentType": "directory"
},
{
"name": "media",
"path": "media",
"contentType": "directory"
},
{
"name": "test",
"path": "test",
"contentType": "directory"
},
{
"name": ".git-blame-ignore-revs",
"path": ".git-blame-ignore-revs",
"contentType": "file"
},
{
"name": ".gitattributes",
"path": ".gitattributes",
"contentType": "file"
},
{
"name": ".gitignore",
"path": ".gitignore",
"contentType": "file"
},
{
"name": ".nvmrc",
"path": ".nvmrc",
"contentType": "file"
},
{
"name": "CODE_OF_CONDUCT.md",
"path": "CODE_OF_CONDUCT.md",
"contentType": "file"
},
{
"name": "CONTRIBUTING.md",
"path": "CONTRIBUTING.md",
"contentType": "file"
},
{
"name": "LICENSE",
"path": "LICENSE",
"contentType": "file"
},
{
"name": "README.md",
"path": "README.md",
"contentType": "file"
},
{
"name": "SUMMARY.md",
"path": "SUMMARY.md",
"contentType": "file"
},
{
"name": "cli.js",
"path": "cli.js",
"contentType": "file"
},
{
"name": "index.d.ts",
"path": "index.d.ts",
"contentType": "file"
},
{
"name": "index.js",
"path": "index.js",
"contentType": "file"
},
{
"name": "package-lock.json",
"path": "package-lock.json",
"contentType": "file"
},
{
"name": "package.json",
"path": "package.json",
"contentType": "file"
}
],
"templateDirectorySuggestionUrl": null,
"readme": null,
"totalCount": 20,
"showBranchInfobar": false
},
"fileTree": null,
"fileTreeProcessingTime": null,
"foldersToFetch": [],
"treeExpanded": false,
"symbolsExpanded": false,
"isOverview": true,
"overview": {
"banners": {
"shouldRecommendReadme": false,
"isPersonalRepo": false,
"showUseActionBanner": false,
"actionSlug": null,
"actionId": null,
"showProtectBranchBanner": false,
"publishBannersInfo": {
"dismissActionNoticePath": "/settings/dismiss-notice/publish_action_from_repo",
"releasePath": "/semantic-release/semantic-release/releases/new?marketplace=true",
"showPublishActionBanner": false
},
"interactionLimitBanner": null,
"showInvitationBanner": false,
"inviterName": null
},
"codeButton": {
"contactPath": "/contact",
"isEnterprise": false,
"local": {
"protocolInfo": {
"httpAvailable": true,
"sshAvailable": null,
"httpUrl": "https://github.com/semantic-release/semantic-release.git",
"showCloneWarning": null,
"sshUrl": null,
"sshCertificatesRequired": null,
"sshCertificatesAvailable": null,
"ghCliUrl": "gh repo clone semantic-release/semantic-release",
"defaultProtocol": "http",
"newSshKeyUrl": "/settings/ssh/new",
"setProtocolPath": "/users/set_protocol"
},
"platformInfo": {
"cloneUrl": "https://desktop.github.com",
"showVisualStudioCloneButton": false,
"visualStudioCloneUrl": "https://windows.github.com",
"showXcodeCloneButton": false,
"xcodeCloneUrl": "https://developer.apple.com",
"zipballUrl": "/semantic-release/semantic-release/archive/refs/heads/master.zip"
}
},
"newCodespacePath": "/codespaces/new?hide_repo_select=true&repo=24063576"
},
"popovers": {
"rename": null,
"renamedParentRepo": null
},
"commitCount": "1,544",
"overviewFiles": [
{
"displayName": "README.md",
"repoName": "semantic-release",
"refName": "master",
"path": "README.md",
"preferredFileType": "readme",
"tabName": "README",
"richText": "<article class=\"markdown-body entry-content container-lg\" itemprop=\"text\"><div class=\"markdown-heading\" dir=\"auto\"><h1 align=\"center\" tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">📦🚀 semantic-release</h1><a id=\"user-content--semantic-release\" class=\"anchor\" aria-label=\"Permalink: 📦🚀 semantic-release\" href=\"#-semantic-release\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 align=\"center\" tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Fully automated version management and package publishing</h3><a id=\"user-content-fully-automated-version-management-and-package-publishing\" class=\"anchor\" aria-label=\"Permalink: Fully automated version management and package publishing\" href=\"#fully-automated-version-management-and-package-publishing\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p align=\"center\" dir=\"auto\">\n <a href=\"https://github.com/semantic-release/semantic-release/discussions\">\n <img alt=\"Join the community on GitHub Discussions\" src=\"https://camo.githubusercontent.com/2853034a84a5d1904b6b3da05bace0b8ec5f5d94d68f732172b0c1bf6aa69991/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4a6f696e253230746865253230636f6d6d756e6974792d6f6e25323047697448756225323044697363757373696f6e732d626c7565\" data-canonical-src=\"https://img.shields.io/badge/Join%20the%20community-on%20GitHub%20Discussions-blue\" style=\"max-width: 100%;\">\n </a>\n <a href=\"https://github.com/semantic-release/semantic-release/actions/workflows/test.yml\">\n <img alt=\"Build states\" src=\"https://github.com/semantic-release/semantic-release/actions/workflows/test.yml/badge.svg\" style=\"max-width: 100%;\">\n </a>\n <a href=\"https://securityscorecards.dev/viewer/?uri=github.com/semantic-release/semantic-release\" rel=\"nofollow\">\n <img alt=\"OpenSSF Scorecard\" src=\"https://camo.githubusercontent.com/fe35745dbb763b00d08b77e14c8e17794147b9a37a579f5e4cb515f3fd62b11d/68747470733a2f2f6170692e736563757269747973636f726563617264732e6465762f70726f6a656374732f6769746875622e636f6d2f73656d616e7469632d72656c656173652f73656d616e7469632d72656c656173652f6261646765\" data-canonical-src=\"https://api.securityscorecards.dev/projects/github.com/semantic-release/semantic-release/badge\" style=\"max-width: 100%;\">\n </a>\n <a href=\"#badge\">\n <img alt=\"semantic-release: angular\" src=\"https://camo.githubusercontent.com/2822a3edae66f3b3d4a0406c07496f401ee4986e07bec802df29b290a288d7fb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73656d616e7469632d2d72656c656173652d616e67756c61722d6531303037393f6c6f676f3d73656d616e7469632d72656c65617365\" data-canonical-src=\"https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release\" style=\"max-width: 100%;\">\n </a>\n</p>\n<p align=\"center\" dir=\"auto\">\n <a href=\"https://www.npmjs.com/package/semantic-release\" rel=\"nofollow\">\n <img alt=\"npm latest version\" src=\"https://camo.githubusercontent.com/4404f84896c967bba00fe5e164f6c6d34a272159e4b185a1c904586ef3b3c11e/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f73656d616e7469632d72656c656173652f6c61746573742e737667\" data-canonical-src=\"https://img.shields.io/npm/v/semantic-release/latest.svg\" style=\"max-width: 100%;\">\n </a>\n <a href=\"https://www.npmjs.com/package/semantic-release\" rel=\"nofollow\">\n <img alt=\"npm next version\" src=\"https://camo.githubusercontent.com/71dc59a8ca26e8266d169ada86e93a3c0ac462c616bbd4e3985b2d3e9a53d24e/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f73656d616e7469632d72656c656173652f6e6578742e737667\" data-canonical-src=\"https://img.shields.io/npm/v/semantic-release/next.svg\" style=\"max-width: 100%;\">\n </a>\n <a href=\"https://www.npmjs.com/package/semantic-release\" rel=\"nofollow\">\n <img alt=\"npm beta version\" src=\"https://camo.githubusercontent.com/ac00ec8749129556aee9f286e64e8c20f3307c67b3d1ec4b8d5bda527a02dbd6/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f73656d616e7469632d72656c656173652f626574612e737667\" data-canonical-src=\"https://img.shields.io/npm/v/semantic-release/beta.svg\" style=\"max-width: 100%;\">\n </a>\n</p>\n<p dir=\"auto\"><strong>semantic-release</strong> automates the whole package release workflow including: determining the next version number, generating the release notes, and publishing the package.</p>\n<p dir=\"auto\">This removes the immediate connection between human emotions and version numbers, strictly following the <a href=\"http://semver.org\" rel=\"nofollow\">Semantic Versioning</a> specification and communicating the <strong>impact</strong> of changes to consumers.</p>\n<blockquote>\n<p dir=\"auto\">Trust us, this will change your workflow for the better. – <a href=\"https://egghead.io/lessons/javascript-how-to-write-a-javascript-library-automating-releases-with-semantic-release\" rel=\"nofollow\">egghead.io</a></p>\n</blockquote>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Highlights</h2><a id=\"user-content-highlights\" class=\"anchor\" aria-label=\"Permalink: Highlights\" href=\"#highlights\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>Fully automated release</li>\n<li>Enforce <a href=\"https://semver.org\" rel=\"nofollow\">Semantic Versioning</a> specification</li>\n<li>New features and fixes are immediately available to users</li>\n<li>Notify maintainers and users of new releases</li>\n<li>Use formalized commit message convention to document changes in the codebase</li>\n<li>Publish on different distribution channels (such as <a href=\"https://docs.npmjs.com/cli/dist-tag\" rel=\"nofollow\">npm dist-tags</a>) based on git merges</li>\n<li>Integrate with your <a href=\"/semantic-release/semantic-release/blob/master/docs/recipes/release-workflow/README.md#ci-configurations\">continuous integration workflow</a></li>\n<li>Avoid potential errors associated with manual releases</li>\n<li>Support any <a href=\"/semantic-release/semantic-release/blob/master/docs/recipes/release-workflow/README.md#package-managers-and-languages\">package managers and languages</a> via <a href=\"/semantic-release/semantic-release/blob/master/docs/usage/plugins.md\">plugins</a></li>\n<li>Simple and reusable configuration via <a href=\"/semantic-release/semantic-release/blob/master/docs/usage/shareable-configurations.md\">shareable configurations</a></li>\n<li>Support for <a href=\"https://github.com/semantic-release/npm#npm-provenance\">npm package provenance</a> that promotes increased supply-chain security via signed attestations on GitHub Actions</li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">How does it work?</h2><a id=\"user-content-how-does-it-work\" class=\"anchor\" aria-label=\"Permalink: How does it work?\" href=\"#how-does-it-work\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Commit message format</h3><a id=\"user-content-commit-message-format\" class=\"anchor\" aria-label=\"Permalink: Commit message format\" href=\"#commit-message-format\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\"><strong>semantic-release</strong> uses the commit messages to determine the consumer impact of changes in the codebase.\nFollowing formalized conventions for commit messages, <strong>semantic-release</strong> automatically determines the next <a href=\"https://semver.org\" rel=\"nofollow\">semantic version</a> number, generates a changelog and publishes the release.</p>\n<p dir=\"auto\">By default, <strong>semantic-release</strong> uses <a href=\"https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-format\">Angular Commit Message Conventions</a>.\nThe commit message format can be changed with the <a href=\"/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#options\"><code>preset</code> or <code>config</code> options</a> of the <a href=\"https://github.com/semantic-release/commit-analyzer#options\">@semantic-release/commit-analyzer</a> and <a href=\"https://github.com/semantic-release/release-notes-generator#options\">@semantic-release/release-notes-generator</a> plugins.</p>\n<p dir=\"auto\">Tools such as <a href=\"https://github.com/commitizen/cz-cli\">commitizen</a> or <a href=\"https://github.com/conventional-changelog/commitlint\">commitlint</a> can be used to help contributors and enforce valid commit messages.</p>\n<p dir=\"auto\">The table below shows which commit message gets you which release type when <code>semantic-release</code> runs (using the default configuration):</p>\n<markdown-accessiblity-table><table>\n<thead>\n<tr>\n<th>Commit message</th>\n<th>Release type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>fix(pencil): stop graphite breaking when too much pressure applied</code></td>\n<td><del>Patch</del> Fix Release</td>\n</tr>\n<tr>\n<td><code>feat(pencil): add 'graphiteWidth' option</code></td>\n<td><del>Minor</del> Feature Release</td>\n</tr>\n<tr>\n<td><code>perf(pencil): remove graphiteWidth option</code><br><br><code>BREAKING CHANGE: The graphiteWidth option has been removed.</code><br><code>The default graphite width of 10mm is always used for performance reasons.</code></td>\n<td><del>Major</del> Breaking Release <br> (Note that the <code>BREAKING CHANGE: </code> token must be in the footer of the commit)</td>\n</tr>\n</tbody>\n</table></markdown-accessiblity-table>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Automation with CI</h3><a id=\"user-content-automation-with-ci\" class=\"anchor\" aria-label=\"Permalink: Automation with CI\" href=\"#automation-with-ci\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\"><strong>semantic-release</strong> is meant to be executed on the CI environment after every successful build on the release branch.\nThis way no human is directly involved in the release process and the releases are guaranteed to be <a href=\"https://github.com/dominictarr/sentimental-versioning#readme\">unromantic and unsentimental</a>.</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Triggering a release</h3><a id=\"user-content-triggering-a-release\" class=\"anchor\" aria-label=\"Permalink: Triggering a release\" href=\"#triggering-a-release\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">For each new commit added to one of the release branches (for example: <code>master</code>, <code>main</code>, <code>next</code>, <code>beta</code>), with <code>git push</code> or by merging a pull request or merging from another branch, a CI build is triggered and runs the <code>semantic-release</code> command to make a release if there are codebase changes since the last release that affect the package functionalities.</p>\n<p dir=\"auto\"><strong>semantic-release</strong> offers various ways to control the timing, the content and the audience of published releases.\nSee example workflows in the following recipes:</p>\n<ul dir=\"auto\">\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/recipes/release-workflow/distribution-channels.md#publishing-on-distribution-channels\">Using distribution channels</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/recipes/release-workflow/maintenance-releases.md#publishing-maintenance-releases\">Maintenance releases</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/recipes/release-workflow/pre-releases.md#publishing-pre-releases\">Pre-releases</a></li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Release steps</h3><a id=\"user-content-release-steps\" class=\"anchor\" aria-label=\"Permalink: Release steps\" href=\"#release-steps\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">After running the tests, the command <code>semantic-release</code> will execute the following steps:</p>\n<markdown-accessiblity-table><table>\n<thead>\n<tr>\n<th>Step</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Verify Conditions</td>\n<td>Verify all the conditions to proceed with the release.</td>\n</tr>\n<tr>\n<td>Get last release</td>\n<td>Obtain the commit corresponding to the last release by analyzing <a href=\"https://git-scm.com/book/en/v2/Git-Basics-Tagging\" rel=\"nofollow\">Git tags</a>.</td>\n</tr>\n<tr>\n<td>Analyze commits</td>\n<td>Determine the type of release based on the commits added since the last release.</td>\n</tr>\n<tr>\n<td>Verify release</td>\n<td>Verify the release conformity.</td>\n</tr>\n<tr>\n<td>Generate notes</td>\n<td>Generate release notes for the commits added since the last release.</td>\n</tr>\n<tr>\n<td>Create Git tag</td>\n<td>Create a Git tag corresponding to the new release version.</td>\n</tr>\n<tr>\n<td>Prepare</td>\n<td>Prepare the release.</td>\n</tr>\n<tr>\n<td>Publish</td>\n<td>Publish the release.</td>\n</tr>\n<tr>\n<td>Notify</td>\n<td>Notify of new releases or errors.</td>\n</tr>\n</tbody>\n</table></markdown-accessiblity-table>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Requirements</h2><a id=\"user-content-requirements\" class=\"anchor\" aria-label=\"Permalink: Requirements\" href=\"#requirements\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">In order to use <strong>semantic-release</strong> you need:</p>\n<ul dir=\"auto\">\n<li>To host your code in a <a href=\"https://git-scm.com\" rel=\"nofollow\">Git repository</a></li>\n<li>Use a Continuous Integration service that allows you to <a href=\"/semantic-release/semantic-release/blob/master/docs/usage/ci-configuration.md#authentication\">securely set up credentials</a></li>\n<li>A Git CLI version that meets <a href=\"/semantic-release/semantic-release/blob/master/docs/support/git-version.md\">our version requirement</a> installed in your Continuous Integration environment</li>\n<li>A <a href=\"https://nodejs.org\" rel=\"nofollow\">Node.js</a> version that meets <a href=\"/semantic-release/semantic-release/blob/master/docs/support/node-version.md\">our version requirement</a> installed in your Continuous Integration environment</li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Documentation</h2><a id=\"user-content-documentation\" class=\"anchor\" aria-label=\"Permalink: Documentation\" href=\"#documentation\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>Usage\n<ul dir=\"auto\">\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/usage/getting-started.md\">Getting started</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/usage/installation.md\">Installation</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/usage/ci-configuration.md\">CI Configuration</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration\">Configuration</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/usage/plugins.md\">Plugins</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/usage/workflow-configuration.md\">Workflow configuration</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/usage/shareable-configurations.md\">Shareable configurations</a></li>\n</ul>\n</li>\n<li>Extending\n<ul dir=\"auto\">\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/extending/plugins-list.md\">Plugins</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/extending/shareable-configurations-list.md\">Shareable configuration</a></li>\n</ul>\n</li>\n<li>Recipes\n<ul dir=\"auto\">\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/recipes/ci-configurations/README.md\">CI configurations</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/recipes/git-hosted-services/README.md\">Git hosted services</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/recipes/release-workflow/README.md\">Release workflow</a></li>\n</ul>\n</li>\n<li>Developer guide\n<ul dir=\"auto\">\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/developer-guide/js-api.md\">JavaScript API</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/developer-guide/plugin.md\">Plugins development</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/developer-guide/shareable-configuration.md\">Shareable configuration development</a></li>\n</ul>\n</li>\n<li>Support\n<ul dir=\"auto\">\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/support/resources.md\">Resources</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/support/FAQ.md\">Frequently Asked Questions</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/support/troubleshooting.md\">Troubleshooting</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/support/node-version.md\">Node version requirement</a></li>\n<li><a href=\"/semantic-release/semantic-release/blob/master/docs/support/node-support-policy.md\">Node Support Policy</a></li>\n</ul>\n</li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Get help</h2><a id=\"user-content-get-help\" class=\"anchor\" aria-label=\"Permalink: Get help\" href=\"#get-help\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li><a href=\"https://github.com/semantic-release/semantic-release/discussions\">GitHub Discussions</a></li>\n<li><a href=\"https://stackoverflow.com/questions/tagged/semantic-release\" rel=\"nofollow\">Stack Overflow</a></li>\n<li><a href=\"https://twitter.com/SemanticRelease\" rel=\"nofollow\">Twitter</a></li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Badge</h2><a id=\"user-content-badge\" class=\"anchor\" aria-label=\"Permalink: Badge\" href=\"#badge\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Let people know that your package is published using <strong>semantic-release</strong> and which <a href=\"#commit-message-format\">commit-convention</a> is followed by including this badge in your readme.</p>\n<p dir=\"auto\"><a href=\"https://github.com/semantic-release/semantic-release\"><img src=\"https://camo.githubusercontent.com/2822a3edae66f3b3d4a0406c07496f401ee4986e07bec802df29b290a288d7fb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73656d616e7469632d2d72656c656173652d616e67756c61722d6531303037393f6c6f676f3d73656d616e7469632d72656c65617365\" alt=\"semantic-release: angular\" data-canonical-src=\"https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release\" style=\"max-width: 100%;\"></a></p>\n<div class=\"highlight highlight-text-md notranslate position-relative overflow-auto\" dir=\"auto\" data-snippet-clipboard-copy-content=\"[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)\"><pre><span class=\"pl-s\">[</span><span class=\"pl-s\">![</span>semantic-release: angular<span class=\"pl-s\">]</span><span class=\"pl-s\">(</span><span class=\"pl-corl\">https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release</span><span class=\"pl-s\">)]</span><span class=\"pl-s\">(</span><span class=\"pl-corl\">https://github.com/semantic-release/semantic-release</span><span class=\"pl-s\">)</span></pre></div>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Team</h2><a id=\"user-content-team\" class=\"anchor\" aria-label=\"Permalink: Team\" href=\"#team\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<markdown-accessiblity-table><table>\n<thead>\n<tr>\n<th><a href=\"https://github.com/gr2m\"><img src=\"https://github.com/gr2m.png?size=100\" alt=\"Gregor Martynus\" style=\"max-width: 100%;\"></a></th>\n<th><a href=\"https://github.com/pvdlg\"><img src=\"https://github.com/pvdlg.png?size=100\" alt=\"Pierre Vanduynslager\" style=\"max-width: 100%;\"></a></th>\n<th><a href=\"https://github.com/travi\"><img src=\"https://github.com/travi.png?size=100\" alt=\"Matt Travi\" style=\"max-width: 100%;\"></a></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://github.com/gr2m\">Gregor Martynus</a></td>\n<td><a href=\"https://github.com/pvdlg\">Pierre Vanduynslager</a></td>\n<td><a href=\"https://github.com/travi\">Matt Travi</a></td>\n</tr>\n</tbody>\n</table></markdown-accessiblity-table>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Alumni</h2><a id=\"user-content-alumni\" class=\"anchor\" aria-label=\"Permalink: Alumni\" href=\"#alumni\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<markdown-accessiblity-table><table>\n<thead>\n<tr>\n<th><a href=\"https://github.com/boennemann\"><img src=\"https://github.com/boennemann.png?size=100\" alt=\"Stephan Bönnemann\" style=\"max-width: 100%;\"></a></th>\n<th><a href=\"https://github.com/relekang\"><img src=\"https://github.com/relekang.png?size=100\" alt=\"Rolf Erik Lekang\" style=\"max-width: 100%;\"></a></th>\n<th><a href=\"https://github.com/jo\"><img src=\"https://github.com/jo.png?size=100\" alt=\"Johannes Jörg Schmidt\" style=\"max-width: 100%;\"></a></th>\n<th><a href=\"https://github.com/finnp\"><img src=\"https://github.com/finnp.png?size=100\" alt=\"Finn Pauls\" style=\"max-width: 100%;\"></a></th>\n<th><a href=\"https://github.com/christophwitzko\"><img src=\"https://github.com/christophwitzko.png?size=100\" alt=\"Christoph Witzko\" style=\"max-width: 100%;\"></a></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://github.com/boennemann\">Stephan Bönnemann</a></td>\n<td><a href=\"https://github.com/relekang\">Rolf Erik Lekang</a></td>\n<td><a href=\"https://github.com/jo\">Johannes Jörg Schmidt</a></td>\n<td><a href=\"https://github.com/finnp\">Finn Pauls</a></td>\n<td><a href=\"https://github.com/christophwitzko\">Christoph Witzko</a></td>\n</tr>\n</tbody>\n</table></markdown-accessiblity-table>\n<p align=\"center\" dir=\"auto\">\n <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"/semantic-release/semantic-release/blob/master/media/bender.png\"><img alt=\"Kill all humans\" src=\"/semantic-release/semantic-release/raw/master/media/bender.png\" style=\"max-width: 100%;\"></a>\n</p>\n</article>",
"loaded": true,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": [
{
"level": 1,
"text": "📦🚀 semantic-release",
"anchor": "-semantic-release",
"htmlText": "📦🚀 semantic-release"
},
{
"level": 3,
"text": "Fully automated version management and package publishing",
"anchor": "fully-automated-version-management-and-package-publishing",
"htmlText": "Fully automated version management and package publishing"
},
{
"level": 2,
"text": "Highlights",
"anchor": "highlights",
"htmlText": "Highlights"
},
{
"level": 2,
"text": "How does it work?",
"anchor": "how-does-it-work",
"htmlText": "How does it work?"
},
{
"level": 3,
"text": "Commit message format",
"anchor": "commit-message-format",
"htmlText": "Commit message format"
},
{
"level": 3,
"text": "Automation with CI",
"anchor": "automation-with-ci",
"htmlText": "Automation with CI"
},
{
"level": 3,
"text": "Triggering a release",
"anchor": "triggering-a-release",
"htmlText": "Triggering a release"
},
{
"level": 3,
"text": "Release steps",
"anchor": "release-steps",
"htmlText": "Release steps"
},
{
"level": 2,
"text": "Requirements",
"anchor": "requirements",
"htmlText": "Requirements"
},
{
"level": 2,
"text": "Documentation",
"anchor": "documentation",
"htmlText": "Documentation"
},
{
"level": 2,
"text": "Get help",
"anchor": "get-help",
"htmlText": "Get help"
},
{
"level": 2,
"text": "Badge",
"anchor": "badge",
"htmlText": "Badge"
},
{
"level": 2,
"text": "Team",
"anchor": "team",
"htmlText": "Team"
},
{
"level": 2,
"text": "Alumni",
"anchor": "alumni",
"htmlText": "Alumni"
}
],
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2Fsemantic-release%2Fsemantic-release"
}
},
{
"displayName": "CODE_OF_CONDUCT.md",
"repoName": "semantic-release",
"refName": "master",
"path": "CODE_OF_CONDUCT.md",
"preferredFileType": "code_of_conduct",
"tabName": "Code of conduct",
"richText": null,
"loaded": false,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": null,
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2Fsemantic-release%2Fsemantic-release"
}
},
{
"displayName": "LICENSE",
"repoName": "semantic-release",
"refName": "master",
"path": "LICENSE",
"preferredFileType": "license",
"tabName": "MIT",
"richText": null,
"loaded": false,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": null,
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2Fsemantic-release%2Fsemantic-release"
}
},
{
"displayName": "SECURITY.md",
"repoName": ".github",
"refName": "main",
"path": ".github/SECURITY.md",
"preferredFileType": "security",
"tabName": "Security",
"richText": null,
"loaded": false,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": null,
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2Fsemantic-release%2Fsemantic-release"
}
}
],
"overviewFilesProcessingTime": 0
}
},
"appPayload": {
"helpUrl": "https://docs.github.com",
"findFileWorkerPath": "/assets-cdn/worker/find-file-worker-1583894afd38.js",
"findInFileWorkerPath": "/assets-cdn/worker/find-in-file-worker-3a63a487027b.js",
"githubDevUrl": null,
"enabled_features": {
"code_nav_ui_events": false,
"overview_shared_code_dropdown_button": false,
"react_blob_overlay": false,
"copilot_conversational_ux_embedding_update": false,
"copilot_smell_icebreaker_ux": true,
"copilot_workspace": false
}
}
}
}
{
"accept-ranges": "bytes",
"cache-control": "max-age=0, private, must-revalidate",
"content-encoding": "gzip",
"content-security-policy": "default-src 'none'; base-uri 'self'; child-src github.com/assets-cdn/worker/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com api.githubcopilot.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com/v1/engines/github-completion/completions proxy.enterprise.githubcopilot.com/v1/engines/github-completion/completions *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.com/assets-cdn/worker/ gist.github.com/assets-cdn/worker/",
"content-type": "text/html; charset=utf-8",
"date": "Sat, 27 Jul 2024 04:04:10 GMT",
"etag": "ac2f455440da908df7884e878b951da9",
"referrer-policy": "no-referrer-when-downgrade",
"server": "GitHub.com",
"set-cookie": "logged_in=no; Path=/; Domain=github.com; Expires=Sun, 27 Jul 2025 04:04:10 GMT; HttpOnly; Secure; SameSite=Lax",
"strict-transport-security": "max-age=31536000; includeSubdomains; preload",
"transfer-encoding": "chunked",
"vary": "X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-request-id": "B9B2:2FCECE:5C9B01:7797A6:66A471BA",
"x-xss-protection": "0"
}