1.0.24 • Published 7 months ago

conventional-changelog-simple-preset v1.0.24

Weekly downloads
393
License
ISC
Repository
github
Last release
7 months ago

Simple changelog convention

Conventional changelog preset which triggers release based on the commits on the default branch ( master ).

The type of the release is triggered by the scope.

The release notes are generated based on the commit body.

Examples

  • release: new version will trigger a patch release with no release notes
  • release(minor): new version will trigger a minor release with no release notes
release: new version
 * Fix race condition
 * Improve perfomance issues 
   

will trigger a patch release with

 * Fix race condition
 * Improve perfomance issues 

as release notes.

How to use

In the release file you can add the following configuration

    {
        "branch": "master",
        "plugins": [
          [
            "@semantic-release/commit-analyzer",
            {
              "preset": "simple-preset",
              "releaseRules": "conventional-changelog-simple-preset/release-rules"
            }
          ],
          [
            "@semantic-release/changelog",
            {
              "changelogFile": "CHANGELOG.md"
            }
          ],
          [
            "@semantic-release/release-notes-generator",
            {
              "preset": "simple-preset"
            }
          ]
        ]
    }
1.0.24

7 months ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.23

2 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago