- #92 package-lock.json v2 version bumping (@dbushong)
- #93 Undo commit listing changes from #90 (@dbushong)
- #90 fix(tagging): only consider local / PR commits (@aaarichter)
baf8816
chore: dummy commit
- #89 chore(deps): bump trim-newlines from 3.0.0 to 3.0.1 (@dependabot[bot])
- #88 docs: Add link to CONTRIBUTING, and remove dotCI mention from README (@daniel-beard)
- #84 feat: support GitHub actions (@aaarichter)
- #87 ci(actions): set default branch (@aaarichter)
cae5d35
ci: fix publish to default branch (#86) - see: #86
- #81 fix(changelog): breaking changes display (@aaarichter)
- #80 chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (@dependabot[bot])
- #58 refactor: client syntax to match modern Gofer (@aaarichter)
- #78 fix: issue with detecting query params in badge urls (@aaarichter)
- #77 refactor: add brand logos to badges & detect Github links (@aaarichter)
- #76 fix:set percentage badge only present & add debug statements (@aaarichter)
- #75 feat: add badges to README.md on release (@aaarichter)
- #74 chore(deps): bump ini from 1.3.5 to 1.3.8 (@dependabot[bot])
- #69 fix(changelog): type(scope) detection (@aaarichter)
417063a
ci: add .deepsource.toml
- feat: changelog improvements - @aaarichter #68
69ba93e
📦️ refactor: change version headline63bcf4e
✨ feat: categorize changelogea69985
✨ feat: categorize & group PRs & commits0bc5730
📝 docs: add JSDOC typings2173cf8
✨ feat: add changelog.omit option to omit commit typesb3b4dab
✨ feat: highlight dependency updates in commit subject21b17e3
📦️ refactor: change default emoji map & update documentationd1e7889
↩️ revert: unnecessary changesd188cbd
🐛 fix: remove () from message
- chore(deps): update dependencies & set node >= 10.13 - @aaarichter #67
- feat: support circleci PRs and releases - @markowsiak #66
nlm
will no longer create a patch tag for docs
, style
and test
commits. If your PR only contains these type of commits, it will no longer release a new version.
See: 11665ca
The undocumented doc
commit type is no longer supported. Use docs
instead.
See: 0d866fb
- feat: release less & various other changes - @aaarichter #64
bcceefb
chore: update packages & movenyc
to devDependencies1f114c0
style: update travis syntax11665ca
feat: don't release for typesdocs
,style
,test
e32cffe
feat: handle Github Revert commits0d866fb
fix: remove undocumenteddoc
commit type3c86512
style: test96bd23a
feat: addci
&build
commit types79aef6f
style: use node assert9ce6d8e
feat: set emoji to changelog commits. Fixes #39 - see: #391aae5bb
feat: mention version increment. Fixes #31 - see: #317ab83cb
chore: update dependencies
- chore(deps): bump lodash from 4.17.15 to 4.17.19 - @dependabot[bot] #65
- feat: allow plural and colon for BREAKING CHANGE commit message tag - @aaarichter #63
- chore(deps): bump minimist from 1.2.0 to 1.2.2 - @dependabot[bot] #62
- drop Node 6 support
See: 02d73e2
- drop Node 8 support
See: eafbbe6
- refactor: drop Node 6/8 support & upgrade dependencies - @aaarichter #57
- channels: configs have priority over defaults - @dbushong #52
084d446
fix: channels: configs have priority over defaults
- add support for deprecating a package - @dbushong #50
806eb7d
feat: add support for deprecating a package
- misc. cleanup - @dbushong #48
- wrap risky co.wrap yields - @dbushong #49
006d4a6
fix: wrap risky co.wrap yields
- docs: Update angular link to point directly to commit guidelines - @daniel-beard #46
d4dee45
docs: Update angular link to point directly to commit guidelines
- update version field in package-lock.json - @dbushong #45
4633bcc
feat: update version field in package-lock.json
- fix: address npm audit security report - @markowsiak #42
4fdd017
fix: address npm audit security report5bb4c5b
refactor: update conventional-commits-parser and accomodate for change in behavior16b3816
chore: apply latest generator updatesf6aa03f
fix: remove nlm recurssive dep, and fix references655b379
fix: generator added npm6 install for travis983e7f5
refactor: improve regex finding issuePrefixes by URL85bd9d1
fix: make regex more inclusive and future proof
- Apply latest nlm generator - @markowsiak #40
45d4c15
chore: Apply latest nlm generator
- fix: failed nlm deploy - @markowsiak #41
bb9caa2
fix: failed nlm deploy
- fix: properly parse repositories with dot in name - @dbushong #34
4672e13
fix: properly parse repositories with dot in name
- fix: properly accept
perf
commit prefix as patch - @dbushong #32ab3dd21
fix: properly acceptperf
commit prefix as patch
- Only scan for files if LICENSE is present - @jkrems #29
f78b9dc
fix: Only scan for files if LICENSE is present
- feat: re-check publish status for releaseType none - @dbushong #27
724d23e
feat: re-check publish status for releaseType none
Since nobody uses it in practice and yeoman is a better fit anyhow, we're removing the init command from nlm.
See: f09b2eb
- Apply latest nlm generator - @i-tier-bot #20
- Fix typo in travis config - @jkrems #21
42c5b71
chore: Fix typo in travis config
- Handle missing and foreign PRs in changelog - @jkrems #15
b8ca6e0
fix: Handle missing and foreign PRs in changelog
The publish
command was removed and merged with
the release
command. To better support projects with multiple
builds (e.g. against multiple versions of node) the release parts
were split from the verification parts. nlm verify
can be used
as a posttest
script in those cases. This ensures that multiple
builds won't try to release the same version.
See: a8ce7e9
- Support matrix builds - @jkrems #4
- Pass arguments to verify command - @jkrems #6
fd38f44
fix: Pass arguments to verify command