Compare commits
No commits in common. "467251bab605247d4cb90e3b2c3d4945a6e45248" and "063ee5d02b522bf666ffa8c2a8455c305011781f" have entirely different histories.
467251bab6
...
063ee5d02b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
*.tgz
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
_templates
|
|
||||||
Taskfile.yaml
|
|
||||||
*.tgz
|
|
||||||
prettier.config.*
|
|
@ -4,13 +4,9 @@ project:
|
|||||||
with_stats: true
|
with_stats: true
|
||||||
ticket_url: null
|
ticket_url: null
|
||||||
releases:
|
releases:
|
||||||
- version: 0.1.0
|
- version: NEXT
|
||||||
changes:
|
changes:
|
||||||
- port the core of the Perl changelord to JavaScript.
|
- 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:
|
change_types:
|
||||||
- title: ""
|
- title: ""
|
||||||
level: minor
|
level: minor
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "changelord",
|
"name": "changelord",
|
||||||
"version": "0.1.0",
|
"version": "0.0.1",
|
||||||
"description": "cli-based changelog manager",
|
"description": "cli-based changelog manager",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/changelord.js",
|
"main": "src/changelord.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user