Skip to content

Commit

Permalink
Minor release doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Nov 17, 2023
1 parent bc3650a commit c506863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ echo
### FIX: NEED TO ADD
twine upload $DIR_PACKAGE $DIR_WHL_PACKAGE


echo "Sleeping 90 seconds..."
sleep 90
echo
echo "Test clean install from pypi"
Expand Down
2 changes: 1 addition & 1 deletion release_process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ pdoc3 --html --output-dir docs netmiko --force
# Run ./_release.sh

# Create a tag for the version
git tag -a v4.2.0 -m "Version 4.2.0 Release"
git tag -a v4.3.0 -m "Version 4.3.0 Release"
git push origin_ssh v4.2.0

# Make sure to run the performance tests for the new release and to update the graphs!
Expand Down

0 comments on commit c506863

Please sign in to comment.