1.0.24 • Published 2 years ago

conventional-changelog-simple-preset v1.0.24

Weekly downloads
393
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.23

3 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

5 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago