Releases: agilgur5/changelog-maker
Releases · agilgur5/changelog-maker
v3.0.0
Release
(pub): publish v3.0.0 (first version since fork)
- modified output from original changelog-maker to wrap with markdown
at top and bottom
- top adds the latest tag's commit message
- bottom adds a GitHub compare link
- headings added for both sections
- modified default refs to be second-to-last tag and last tag
- modified docs to describe this version/fork
- license under Apache instead of MIT
- Add CHANGELOG.md
- Add 'homepage', 'bugs', 'files', and 'keywords' fields
- Remove unnecessary files from package
- Use my standard badges in README
Changelog
- [
76acac8e8c
] - (pub): publish v3.0.0 (first version since fork) (Anton Gilgur) - [
5139a944ac
] - (pkg): add 'keywords' field (Anton Gilgur) - [
e0dfed4f1d
] - (remove): remove outdated/unused .jshintrc (Anton Gilgur) - [
1822704c43
] - (pkg): add a whitelisted 'files' field (Anton Gilgur) - [
f057911adb
] - (pkg): add 'homepage' and 'bugs' fields (Anton Gilgur) - [
5916f6a042
] - (pkg): reorder package.json fields (Anton Gilgur) - [
be1f8f505a
] - (docs): use my standard badges in the README (Anton Gilgur) - [
b15fc45904
] - (pkg): add a Changelog that points to the GH Releases page (Anton Gilgur) - [
eb75e406ab
] - (license): use an Apache license for my fork (Anton Gilgur) - [
e25e8dd871
] - (pkg): change to @agilgur5/changelog-maker (Anton Gilgur) - [
84428f7a44
] - (license): from me now, and 2019 now (Anton Gilgur) - [
379e150732
] - (docs): update docs to describe this version (Anton Gilgur) - [
d3a88408fd
] - (change/feat): add end ref msg and comparison to output (Anton Gilgur) - [
8d3cf3444e
] - (change): default to use on latest and prev tags (Anton Gilgur) - [
3540a267a5
] - (refactor): split out a gexec func to DRY up a bit (Anton Gilgur) - [
7932463725
] - (refactor): wrap getting the start and end ref into a func (Anton Gilgur) - [
199b57ceb8
] - (refactor): support promises when printing the changelog (Anton Gilgur)