Compare commits

...

2 Commits

Author SHA1 Message Date
Yanick Champoux 467251bab6 cut v0.1.0 2023-05-16 11:45:23 -04:00
Yanick Champoux 1b25881ede ignore files 2023-05-16 11:44:22 -04:00
4 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules/
pnpm-lock.yaml
*.tgz

4
.npmignore Normal file
View File

@ -0,0 +1,4 @@
_templates
Taskfile.yaml
*.tgz
prettier.config.*

View File

@ -4,9 +4,13 @@ project:
with_stats: true
ticket_url: null
releases:
- version: NEXT
- version: 0.1.0
changes:
- port the core of the Perl changelord to JavaScript.
- type: stats
desc: |
code churn: 23 files changed, 767 insertions(+)
date: 2023-05-16
change_types:
- title: ""
level: minor

View File

@ -1,6 +1,6 @@
{
"name": "changelord",
"version": "0.0.1",
"version": "0.1.0",
"description": "cli-based changelog manager",
"type": "module",
"main": "src/changelord.js",