We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8757af2 commit 0a0810bCopy full SHA for 0a0810b
1 file changed
Makefile
@@ -76,8 +76,8 @@ postversion: release
76
git push
77
git checkout release --
78
cp -rf release/* ./
79
- rm -rf build cmake release
80
- git add include src *.gyp *.gypi CMakeLists.txt README.md LICENSE libllhttp.pc.in
+ rm -rf build release
+ git add include src *.gyp *.gypi CMakeLists.txt README.md LICENSE libllhttp.pc.in cmake/llhttpConfig.cmake.in
81
git commit -a -m "release: $(RELEASE)"
82
git tag "release/v$(RELEASE)"
83
git push && git push --tags
0 commit comments