パッケージの詳細

@bluelovers/conventional-changelog-bluelovers

bluelovers232ISC5.0.27

mixin angular/emoji preset of conventional-changelog

conventional-changelog, angular, emoji, preset

readme

conventional-changelog angular preset

mixin angular/emoji preset of conventional-changelog

Angular Convention

Angular's commit message guidelines.

Examples

Appears under "Features" header, pencil subheader:

feat(pencil): add 'graphiteWidth' option

Appears under "Bug Fixes" header, graphite subheader, with a link to issue #28:

fix(graphite): stop graphite breaking when width < 0.1

Closes #28

Appears under "Performance Improvements" header, and under "Breaking Changes" with the breaking change explanation:

perf(pencil): remove graphiteWidth option

BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reason.

The following commit and commit 667ecc1 do not appear in the changelog if they are under the same release. If not, the revert commit appears under the "Reverts" header.

revert: feat(pencil): add 'graphiteWidth' option

This reverts commit 667ecc1654a317a13331b17617d973392f415f02.

Commit Message Format

A commit message consists of a header, body and footer. The header has a type, scope and subject:

<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>

The header is mandatory and the scope of the header is optional.

Revert

If the commit reverts a previous commit, it should begin with revert:, followed by the header of the reverted commit. In the body it should say: This reverts commit <hash>., where the hash is the SHA of the commit being reverted.

Type

If the prefix is feat, fix or perf, it will appear in the changelog. However if there is any BREAKING CHANGE, the commit will always appear in the changelog.

Other prefixes are up to your discretion. Suggested prefixes are build, ci, docs ,style, refactor, and test for non-changelog related tasks.

Details regarding these types can be found in the official Angular Contributing Guidelines.

Scope

The scope could be anything specifying place of the commit change. For example $location, $browser, $compile, $rootScope, ngHref, ngClick, ngView, etc...

Subject

The subject contains succinct description of the change:

  • use the imperative, present tense: "change" not "changed" nor "changes"
  • don't capitalize first letter
  • no dot (.) at the end

Body

Just as in the subject, use the imperative, present tense: "change" not "changed" nor "changes". The body should include the motivation for the change and contrast this with previous behavior.

Footer

The footer should contain any information about Breaking Changes and is also the place to reference GitHub issues that this commit Closes.

Breaking Changes should start with the word BREAKING CHANGE: with a space or two newlines. The rest of the commit message is then used for this.

A detailed explanation can be found in this document.

更新履歴

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.26 (2022-07-10)

✨ Features

5.0.25 (2022-06-27)

✨ Features

🚨 Tests

5.0.24 (2020-08-13)

✨ Features

  • add new type WIP, new note TODO, FIXME (6b7619c)

⚙️ Continuous Integration

  • setup git config for avoid test fail (8b9853a)
  • setup git config for avoid test fail (457622b)

5.0.23 (2020-06-18)

🐛 Bug Fixes

  • SyntaxError: Unexpected token '?' (2efb4c0)

⚙️ Continuous Integration

  • support skip (33198ca)
  • add github test , and replace git-dummy-commit => git-dummy-commit2 (d430193)

5.0.22 (2020-06-16)

🐛 Bug Fixes

5.0.21 (2020-06-16)

Note: Version bump only for package @bluelovers/conventional-changelog-bluelovers

5.0.20 (2020-06-16)

Note: Version bump only for package @bluelovers/conventional-changelog-bluelovers

5.0.19 (2020-06-16)

fix

5.0.18 (2020-06-16)

🐛 Bug Fixes

♻️ Chores

  • release: publish & git push & echo postpublish (4bdb153)
  • continue to address the fact that release has not been run (73b8880)
  • fix version in package.json (30cd545)
  • devDeps: update eslint and related packages (#560) (76f3b88)
  • update link to example config in help (#552) (c26899e)

✨ Features

📚 Documentation

  • conventional-changelog-angular: fix README link (#649) (50b829d)
  • conventional-changelog-angular: add full stop (#606) (1cf7b75)

Miscellaneous

5.0.10 (2020-05-08)

Note: Version bump only for package conventional-changelog-angular

5.0.6 (2019-11-07)

Bug Fixes

  • revertPattern match default git revert format (#545) (fe449f8)

5.0.4 (2019-10-02)

Bug Fixes

  • use full commit hash in commit link (7a60dec), closes #476

5.0.3 (2019-02-14)

Bug Fixes

  • preset:angular: scoped npm packages should not be seen as GitHub username (#394) (e332ef0)

5.0.2 (2018-11-01)

Bug Fixes

  • Upgrade to Lerna 3, fix Node.js v11 error (#385) (cdef282)

5.0.1 (2018-08-21)

Note: Version bump only for package conventional-changelog-angular

5.0.0 (2018-06-06)

Features

BREAKING CHANGES

  • Re-use parser options object between components of a preset. For some presets this may change the behavior of conventional-recommended-bump as the parser options object for the conventional-recommended-bump options within a preset were different than the parser options object for the conventional-changelog options within a preset.

If you are not using conventional-recommended-bump, then this is not a breaking change for you.

4.0.1 (2018-06-02)

Bug Fixes

4.0.0 (2018-05-29)

Chores

  • package: set Node requirement to oldest supported LTS (#329) (cae2fe0)

Code Refactoring

BREAKING CHANGES

  • package: Set the package's minimum required Node version to be the oldest LTS currently supported by the Node Release working group. At this time, that is Node 6 (which is in its Maintenance LTS phase).
  • Anchor tags are removed from the changelog header templates. The rendered Markdown will no longer contain anchor tags proceeding the version number header that constitutes the changelog header. This means that consumers of rendered markdown will not be able to use a URL that has been constructed to contain a version number anchor tag reference, since the anchor tag won't exist in the rendered markdown.

It's stronly recomended consumers use the full URL path to the release page for a given version, as that URL is a permalink to that verison, contains all relavent release information, and does not, otherwise, rely on the anchor tag being excessible from the current page view.

As an example, for version 2.0.0 of a GitHub project, the following URL should be used:

3.0.7 (2018-04-16)

Note: Version bump only for package conventional-changelog-angular

3.0.6 (2018-03-28)

Bug Fixes

3.0.5 (2018-03-27)

Note: Version bump only for package conventional-changelog-angular

3.0.4 (2018-03-27)

Note: Version bump only for package conventional-changelog-angular

3.0.3 (2018-03-27)

Note: Version bump only for package conventional-changelog-angular

3.0.2 (2018-03-22)

Note: Version bump only for package conventional-changelog-angular

3.0.1 (2018-03-22)

Note: Version bump only for package conventional-changelog-angular

3.0.0 (2018-03-22)

Features

BREAKING CHANGES

The Angular conventions specifically say that breaking changes must start with "BREAKING CHANGE", not the plural form. Therefore the previous plural form "CHANGES" has been corrected to singular "CHANGE".

Former "chore" type has been replaced by a type "build" for commits on the build system and "ci" for commits regarding CI

1.6.6 (2018-02-24)

Note: Version bump only for package conventional-changelog-angular

1.6.5 (2018-02-20)

Note: Version bump only for package conventional-changelog-angular

1.6.4 (2018-02-13)

Note: Version bump only for package conventional-changelog-angular

1.6.3 (2018-02-13)

Note: Version bump only for package conventional-changelog-angular

1.6.2 (2018-02-05)

Note: Version bump only for package conventional-changelog-angular

1.6.1 (2018-01-29)

Note: Version bump only for package conventional-changelog-angular

1.6.0 (2017-12-18)

Features

  • preset: add recommended-bump opts into presets (60815b5), closes #241

1.5.3 (2017-12-08)

Note: Version bump only for package conventional-changelog-angular

1.5.2 (2017-11-13)

Note: Version bump only for package conventional-changelog-angular

1.5.1 (2017-10-01)

1.5.0 (2017-09-01)

Bug Fixes

Features

  • angular: use the context for getting the repository and host urls (#217) (c146f2a)

1.4.0 (2017-07-17)

Features

  • angular: find package.json from cwd upwards (#206) (867c142)

1.3.3 (2017-03-11)

1.3.0 (2016-08-06)

Features

  • noteKeywords: make BREAKING CHANGE more forgiving (7dce559)
  • references: remove references that already appear in the subject (aa765c2)

1.2.0 (2016-05-10)

Features

  • template: use context.repoUrl(2b5818b)

1.1.0 (2016-04-26)

Bug Fixes

  • template: whitespace (72f8b12)
  • update to reference conventional-changelog org (cd1a75a)
  • template: wrong version link if no host (bb20a7b), closes #8

Features

  • remove commit length restriction (6aebb75), closes #12
  • github: adds github-specific replacements for issues and users (2633f73), closes #12

1.0.0 (2016-02-05)

Features

0.1.0 (2016-01-30)

0.0.2 (2016-01-30)

Features

  • exports: export the promise (60def39)

0.0.1 (2015-12-26)

Features