Skip to content

Commit 6e106a8

Browse files
author
Peter Giacomo Lombardo
committed
Update release scripts & docs
1 parent 4711c16 commit 6e106a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Contact [Peter Giacomo Lombardo](https://github.com/pglombardo) to be added._
88
1. Before releasing, assure that [tests have passed](https://circleci.com/gh/instana/workflows/python-sensor) and that the package has also been manually validated in various stacks.
99
2. `git checkout master && git pull --rebase && pip install -U twine`
1010
3. Bump the package version in `instana/version.py`. `git` commit & push the version change to the master branch
11-
4. Create a [draft Release on Github](https://github.com/instana/python-sensor/releases)
12-
5. `python setup.py sdist bdist_wheel` to create the packages file in `./dist/`
11+
4. Create a [draft Release on Github](https://github.com/instana/python-sensor/releases) using [./bin/create_general_release.py](https://github.com/instana/python-sensor/blob/master/bin/create_general_release.py)
12+
5. Run `python setup.py sdist bdist_wheel` to create the packages file in `./dist/`
1313
6. Upload the package to Pypi with twine: `twine upload dist/instana-<version>*`
1414
7. Validate the new release on https://pypi.org/project/instana/
1515
8. Update Python documentation with latest changes: https://docs.instana.io/ecosystem/python/
@@ -19,8 +19,8 @@ Contact [Peter Giacomo Lombardo](https://github.com/pglombardo) to be added._
1919

2020
To release a new AWS Lambda layer, see `bin/aws-lambda/lambda_build_publish_layer.py`.
2121

22-
./bin/aws-lambda/lambda_build_publish_layer.py [-dev|-prod]
23-
./bin/aws-lambda/create_lambda_release.py <version>
22+
./bin/aws-lambda/build_and_publish_lambda_layer.py [-dev|-prod]
23+
./bin/create_lambda_release.py <version>
2424

2525
These scripts assumes that you have the AWS CLI and Github CLI installed and credentials already configured.
2626

File renamed without changes.

0 commit comments

Comments
 (0)