conventional-changelog-jquery
conventional-changelog jquery preset
Last updated 7 years ago by hbetts .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install conventional-changelog-jquery 
SYNC missed versions from official npm registry.

conventional-changelog-jquery

NPM version Node version Dependencies status Build status Coverage status

conventional-changelog jQuery preset.

Issues with the convention itself should be reported on the JQuery issue tracker.

Install

# yarn
yarn add -D conventional-changelog-jquery
# pnpm
pnpm add -D conventional-changelog-jquery
# npm
npm i -D conventional-changelog-jquery

JQuery Convention

Commit messages should describe what changed, and reference the issue number if the commit closes or is associated with a particular issue. Commit messages for all jQuery projects should look like this:

Component: Short Description

Optional Long Description

Fixes #xxx
Closes gh-yyy
Ref #zzz

Every commit must have a subject (the first line). Everything else is optional.

Subject

This is the first line. It consists of a component, like "Event" or "Autocomplete".

Long description

There are two line breaks between the subject and the long description. The description can have any length and formatting, like lists.

References

References to issues or pull requests go after the long description, each one on their own line.

  • Use Fixes when the commit fixes an open issue.

  • Use Closes when the commit closes an open pull request.

  • Use Ref when referencing an issue or pull request that is already closed or should remain open. Examples include partial fixes and commits that add a test but not a fix.

  • Always use "gh-xxx" for GitHub issues and pull requests within the same repository. Use "[user]/[repo]#xxx" when referencing an issue or pull request in another repository, e.g., "Closes jquery/jquery-ui#175".

Based on https://github.com/jquery/contribute.jquery.org/blob/master/pages/commits-and-pull-requests.md#commit-guidelines

Current Tags

  • 5.0.0                                ...           latest (a year ago)
  • 3.0.10                                ...           latestt (5 years ago)
  • 3.0.11                                ...           next (4 years ago)

30 Versions

  • 5.0.0                                ...           a year ago
  • 4.0.0                                ...           a year ago
  • 3.0.11                                ...           4 years ago
  • 3.0.10                                ...           5 years ago
  • 3.0.6                                ...           5 years ago
  • 3.0.4                                ...           6 years ago
  • 3.0.3                                ...           6 years ago
  • 3.0.2                                ...           6 years ago
  • 3.0.1                                ...           6 years ago
  • 3.0.0                                ...           6 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.3.9                                ...           7 years ago
  • 1.3.8                                ...           7 years ago
  • 1.3.7                                ...           7 years ago
  • 1.3.6                                ...           7 years ago
  • 1.3.5                                ...           7 years ago
  • 1.3.4                                ...           7 years ago
  • 1.3.3                                ...           7 years ago
  • 1.3.2                                ...           7 years ago
  • 1.3.1                                ...           7 years ago
  • 1.3.0                                ...           7 years ago
  • 1.2.1                                ...           7 years ago
  • 1.2.0                                ...           7 years ago
  • 1.1.1                                ...           9 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
  • 0.2.0                                ...           9 years ago
  • 0.1.0                                ...           9 years ago
  • 0.0.0                                ...           9 years ago
Downloads
Today 1
This Week 1
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
  • q ^1.5.1
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |