mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
* chore: Changed name for release * chore: Sorted package.json * ci: Added workflow to publish releases * chore: Updated .gitignore * chore: Updated lint to use nodejs v18 * chore: Updated package name in README.md * chore: Change the current version
15 lines
281 B
YAML
15 lines
281 B
YAML
git:
|
|
commitMessage: "chore(release): v${version}"
|
|
tagAnnotation: "chore(release): v${version}"
|
|
tagName: "v${version}"
|
|
|
|
hooks:
|
|
after:bump:
|
|
- "npm run changelog:update"
|
|
|
|
# automatic publish from github workflow
|
|
npm:
|
|
publish: false
|
|
private: true
|
|
registry: "OMITTED"
|