From 6eacddbdb7ef3e660440a08b31f97c73394226e5 Mon Sep 17 00:00:00 2001 From: Colman Date: Mon, 22 Mar 2021 15:06:37 +0000 Subject: [PATCH] Update DEVELOPMENT.md for release step Add a reminder to user to update CHANGELOG before releasing new agent version to PyPI --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 76ecb48..3843a0d 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -5,7 +5,7 @@ #### Create PR with the new agent version -- Create a pull request that updates the agent's version number in the source code [here](https://github.com/aws/amazon-codeguru-profiler-python-agent/blob/main/codeguru_profiler_agent/agent_metadata/agent_metadata.py#L12). You can use directly the editor to edit the file and create the PR. +- Create a pull request that updates the agent's version number in the source code [here](https://github.com/aws/amazon-codeguru-profiler-python-agent/blob/main/codeguru_profiler_agent/agent_metadata/agent_metadata.py#L12) and update CHANGELOG [here](https://github.com/aws/amazon-codeguru-profiler-python-agent/blob/main/CHANGELOG.rst). - Get approval from the [amazon-codeguru-profiler team](https://github.com/orgs/aws/teams/amazon-codeguru-profiler).