cfn-flip-0.1.0.4: README.md
# CfnFlip
[](https://hackage.haskell.org/package/cfn-flip)
[](http://stackage.org/nightly/package/cfn-flip)
[](http://stackage.org/lts/package/cfn-flip)
[](https://github.com/pbrisbin/freckle/cfn-flip/workflows/ci.yml)
Pure Haskell implementation of [cfn-flip][].
[cfn-flip]: https://github.com/awslabs/aws-cfn-template-flip
## Usage
See [CfnFlip.hs](./src/CfnFlip.hs).
## Release
To release a new version of this library, push a commit to `main` using a
[conventionally-formatted][conventionalcommmits] commit message.
- Prefix with `fix:` to release a new patch version,
- Prefix with `feat:` to release a new minor version, or
- Use `<type>!:` or a `BREAKING CHANGE:` footer to release a new major version
[conventionalcommmits]: https://www.conventionalcommits.org/en/v1.0.0/
---
[LICENSE](./LICENSE) | [CHANGELOG](./CHANGELOG.md)