Skip to content

Commit

Permalink
Update docs/source-control/component-versioning.md
Browse files Browse the repository at this point in the history
Co-authored-by: Shiran Rubin <[email protected]>
  • Loading branch information
maansi-1608 and shiranr authored Sep 27, 2023
1 parent 6218b5f commit 82e703c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-control/component-versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This strategy allows projects to evolve at their own pace, without forcing all p

`semantic-release` relies on commit messages to assess how codebase changes impact consumers. By adhering to structured conventions for commit messages, `semantic-release` autonomously identifies the subsequent semantic version, compiles a changelog, and releases the software.

Angular Commit Message Conventions serve as the default for `semantic-release`. However, the configuration options of the @semantic-release/commit-analyzer and @semantic-release/release-notes-generator plugins, including presets, can be adjusted to modify the commit message format.
[Angular Commit Message](https://gist.github.com/brianclements/841ea7bffdb01346392c) Conventions serve as the default for `semantic-release`. However, the configuration options of the @semantic-release/commit-analyzer and @semantic-release/release-notes-generator plugins, including presets, can be adjusted to modify the commit message format.

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

Expand Down

0 comments on commit 82e703c

Please sign in to comment.