@appliedblockchain/changelog
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,3 +8,3 @@ #! /usr/bin/env node | ||
const linesOf = cmd => sh(cmd).split('\n').map(_1 => _1.trim()).filter(Boolean) | ||
const tagsOf = () => linesOf('git for-each-ref --sort=taggerdate --format \'%(tag)\' refs/tags | tail -r') | ||
const tagsOf = () => linesOf('git tag --sort=-creatordate') | ||
const dateOf = tag => sh(`git log -1 --format=%ai ${tag} | awk '{ print $1 }'`) | ||
@@ -11,0 +11,0 @@ const logsOf = (tag1, tag2) => linesOf(`git log ${tag1}...${tag2} --pretty=format:'%s'`).filter(Boolean) |
{ | ||
"name": "@appliedblockchain/changelog", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "npx @appliedblockchain/changelog > Changelog.md", | ||
@@ -5,0 +5,0 @@ "main": "changelog", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1666