v0.13.2-fh2
Add aws_sns_topic
parameter to snowflake_pipe
resource.
Note on releases:
We should work towards having our changes merged in the upstream repo. Before the merge happened and changes are included in a release, we create FindHotel releases <base-version>-fhN
, where N is a monotonically increasing integer.
Every time when upstream creates a new release, we release the new FindHotel release <new-base-version>-fhN
, where N is the current maximum release.
Example:
...
0.13.2 - current upstream release
0.13.2-fh1 - this is PR#3 changes
0.13.2-fh2 - this is PR#4 changes
0.13.2-fh3 - future changes
0.13.3 - upstream will release a new version
0.13.3-fh3 - we release the latest FindHotel release on top of it
...
Publishing artefacts is manual:
make release-snapshot
open dist
then copy archives to the release page via web interface.