-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from tenforwardconsulting/zb-webpack-support
Support uploading packs dir if s3_packs_destination is set
- Loading branch information
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Changelog | ||
|
||
This is a [changelog](https://keepachangelog.com/en/0.3.0/). | ||
|
||
This project attempts to follow [semantic versioning](https://semver.org/) | ||
|
||
## Unreleased | ||
|
||
* breaking changes | ||
* The `upload_assets_to_s3` task's `s3_destination` used to be of the form | ||
`"s3://some-bucket-dev/assets"`. Now it is of the form | ||
`"s3://some-bucket-dev"`. The task appends `"/assets"` for you. It does this | ||
because if it detects webpack, it also appends `"/packs"` in order to upload | ||
both assets and packs directories next to each other. | ||
|
||
## Version - Date | ||
|
||
* breaking changes | ||
* enhancement A | ||
* enhancement B | ||
|
||
* deprecations | ||
* deprecation A | ||
* deprecation B | ||
|
||
* bug fixes | ||
* bug fix A | ||
* bug fix B | ||
|
||
* enhancements | ||
* enhancement A | ||
* enhancement B | ||
|
||
* features | ||
* feature A | ||
* feature B |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters