Skip to content

Commit

Permalink
Merge pull request #440 from awslabs/update-dev-notes-for-tagging
Browse files Browse the repository at this point in the history
Update developer_notes.md
  • Loading branch information
depaolism committed Jul 24, 2023
2 parents 4444f1d + a4eedb5 commit 23d4539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/dep-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
shell: bash
run: |
export POETRY_HOME=${{github.workspace}}/.poetry
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py -O
curl -sSL https://raw.githubusercontent.com/python-poetry/install.python-poetry.org/main/install-poetry.py -O
python install-poetry.py --preview
rm install-poetry.py
Expand Down
2 changes: 1 addition & 1 deletion developer_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ To release a new version of RDK...
1. Update `pyproject.toml` with the new version number
2. Update `rdk/__init__.py` with the new version number
3. Locally `git pull origin master` to ensure you have the latest code
4. Locally `git push --tags <new version number>` to create a tagged version, which will kick off the remaining workflows.
4. Locally `git tag <new version number> && git push origin <new version number>` to create a tagged version, which will kick off the remaining workflows.

0 comments on commit 23d4539

Please sign in to comment.