Releases: RimacTechnology/semantic-release-s3
Releases · RimacTechnology/semantic-release-s3
v2.4.0
2.4.0 (2023-03-20)
Features
- publish: return release context to be able to use it in other plugins (8d5ee96)
v2.3.0
2.3.0 (2023-03-08)
Features
- aws: add objectACL param for s3 upload (7415191)
- publish: add possibility to use semantic context for s3Bucket option (c880601)
v2.2.4
2.2.4 (2023-03-02)
Bug Fixes
- aws: handle file content-type correctly (#20) (766f1f1)
v2.2.3
2.2.3 (2023-03-02)
Bug Fixes
- publish: correct invalid regex (f9baa6e)
v2.2.2
2.2.2 (2023-03-01)
Other
Code Refactoring
- lower node and yarn requirement closes #14 (228eef2)
v2.2.1
2.2.1 (2023-02-13)
Bug Fixes
- remove file (9d6a4cf)
- prevent deleting files from s3 before then new files are uploaded (9513d5b)
v2.2.0
2.2.0 (2023-02-10)
Features
- replace variables like
$VAR_NAME
from bucket name with process.env
values (ef6a657)
v2.1.0
2.1.0 (2023-02-10)
Features
- build and expose library as
CommonJS
package (6c79017)
v2.0.0
2.0.0 (2023-02-09)
⚠ BREAKING CHANGES
- plugin configuration has changed
Features
- update plugin configuration options (#13) (95d58c1)
v1.4.0
1.4.0 (2022-11-30)
Features
- replace bucketName with bucketConfiguration in documentation (a1e27bf)