Skip to content

Commit b2b26c7

Browse files
authored
RELEASE 1.0.0a1 (#12)
1 parent e8b7700 commit b2b26c7

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
## 1.0.0a1
5+
6+
Upgrade awscli to 1.40.12.
7+
8+
49
## 1.0.0a0
510

611
Initial alpha release

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ The Lambda should be configured with the following environment variables:
2121
* `TARGET_BUCKET`
2222
* `TARGET_REGION`
2323

24+
25+
## Releasing
26+
27+
To perform a release, open a pull request with the name e.g. **RELEASE 1.0.1**,
28+
which updates the version number in `pyproject.toml` and adds a changelog entry.
29+
After it's merged to main, run the **Manual release** GitHub action.
30+
31+
2432
## Acknowledgements
2533

2634
This Lambda function was initially developed by Jacob Beard.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "s3-sync-lambda"
3-
version = "1.0.0a0"
3+
version = "1.0.0a1"
44
description = "Sync an S3 bucket to another S3 bucket in AWS Lambda."
55
authors = ["Metabolize LLC"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)