Skip to content

Commit 94c5808

Browse files
committed
Release v3.0.1
1 parent 96d5a66 commit 94c5808

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v3.0.1
2+
3+
- Switch to `command -v` not `which` in `server.Which` fact (@lemmi)
4+
- Fix detection of xbps in `server.packages` operation (@romain-dartigues)
5+
- Fix argument typo in operations doc (@scoufman)
6+
- Add expanded note about detected changes + hidden side effects during execution
7+
- Fix missing global arguments in group data files
8+
- Fix `--group-data` CLI argument behaviour
9+
- Remove unused/dead `--quiet` flag
10+
111
# v3.0
212

313
Welcome to pyinfra v3! This version is the biggest overhaul of pyinfra since it was created back in 2015. Most v2 deployment code should be automatically compatible, but as always be aware. Major changes:

scripts/release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ pytest
1212

1313
echo "# Git tag & push..."
1414
git tag -a "v$VERSION" -m "v$VERSION"
15-
git push
16-
git push --tags
15+
git push --atomic origin "${MAJOR_BRANCH}" "v$VERSION"
1716

1817
echo "Clear existing build/dist..."
1918
rm -rf build/* dist/*

0 commit comments

Comments
 (0)