Casey Rodarmor
03a9935164
Skip fixup commits in changelog
...
This change Makes the changelog generator ignore fixup commits.
`git commit --fixup` can be used to mark that a commit should be
squashed before merging, which can be done automatically with
`git rebase --autosquash`. Fixup commits have a summary that starts with
`fixup!`
type: development
2020-04-07 23:41:06 -07:00
Casey Rodarmor
92748f9fd4
Make changelog generator strict
...
Make the changelog generator fail if commits don't contain metadata.
type: changed
pr: https://github.com/casey/intermodal/pull/341
2020-04-07 20:33:04 -07:00
Casey Rodarmor
c33446b481
Generate changelog from git history
...
type: development
pr: https://github.com/casey/intermodal/pull/337
fixes:
- https://github.com/casey/intermodal/issues/336
2020-04-07 19:59:09 -07:00
Casey Rodarmor
93c23d29f2
Release v0.1.1
...
- Bump version: 0.1.0 -> 0.1.1
- Update changelog
type: release
2020-04-07 19:01:37 -07:00
Casey Rodarmor
328a3adeaf
Release v0.1.0
...
- Bump version: `0.0.3` -> `0.1.0`
- Update changelog
- Update dependencies
- Publish to crates.io as last step in publish recipe
type: release
2020-04-07 19:01:33 -07:00
Casey Rodarmor
5d4baa22ea
Release v0.0.3
...
- Bump version: `0.0.2` -> `0.0.3`
- Update changelog
type: release
2020-04-07 19:01:29 -07:00
Casey Rodarmor
8b3954ff99
Release v0.0.2
...
- Bump version: `0.0.1` -> `0.0.2`
- Update chnagelog
type: release
2020-04-07 19:01:29 -07:00
Casey Rodarmor
9dd8a56298
Release v0.0.1
...
- Add changelog
- Update publish-check recipe to match github actions
- Add publish recipe
- Update dependencies
- Add minimimal-deps compatibility check
type: release
2020-04-07 19:00:59 -07:00