Skip to content

Commit d35d03e

Browse files
committed
Update release process
1 parent ebe1d97 commit d35d03e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release_process.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ $ pdoc3 --html --output-dir docs netmiko --force
1818
# Run ./_release.sh
1919

2020
# Create a tag for the version
21-
git tag -a v4.5.0 -m "Version 4.5.0 Release"
22-
git push origin v4.5.0
21+
git tag -a v4.6.0 -m "Version 4.6.0 Release"
22+
git push origin v4.6.0
2323

2424
# Make sure to run the performance tests for the new release and to update the graphs!
2525

0 commit comments

Comments
 (0)