1.5.11 • Published 1 year ago

versionator-js v1.5.11

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

🚀 Configuration

This package uses conventional commits as a base for constructing the changelog, make sure your commits follow this pattern.

Create a changelog.config.json in your root directory and provide the link for your project's commits, issues(optional) and changelog name(optional).

Configuration file example:

{
    "commits_dir": "https://github.com/user/repository/commit",
    "issues_dir": "https://github.com/user/repository/issues",
    "changelog_name": "CHANGELOG_CUSTOM_NAME"
}

Or configure your workspace with the command line:

npx versionator-js init

or

npm install versionator-js -g
versionator-js init

🚨 Running versionator-js in your project.

npm install versionator-js

AND

const versionator = require('versionator-js')

versionator.build()

OR

npx versionator-js

OR

npm install versionator-js -g

versionator-js

📚 Additional Instructions

For issues to be used sucessfully, the issue identifier should be provided as "(#ISSUE_TAG)" at the commit body.

Commit with issue example: "feat: add some components (#ISSUE-90)".

♻️ Contributing

Keep in mind that it is still an ongoing project at its beginning, pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

🚧 License

ISC

1.5.10

1 year ago

1.5.11

1 year ago

1.5.8

1 year ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.6

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.13

2 years ago

1.4.12

2 years ago

1.4.11

2 years ago

1.4.10

2 years ago

1.4.9

2 years ago

1.4.8

2 years ago

1.4.7

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.10

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago