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 0ba2fb2 commit bfda213Copy full SHA for bfda213
.releaserc
@@ -0,0 +1,11 @@
1
+{
2
+ branches: [
3
+ { name: "master" },
4
+ { name: "next", channel: "next", prerelease: "rc" }
5
+ ],
6
+ plugins: [
7
+ '@semantic-release/commit-analyzer',
8
+ '@semantic-release/release-notes-generator',
9
+ '@semantic-release/github'
10
+ ]
11
+}
requirements.txt
@@ -2,11 +2,11 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
-# pip-compile
+# pip-compile --pre requirements.in
aiohappyeyeballs==2.6.1
# via aiohttp
-aiohttp==3.12.14
+aiohttp==3.12.15
# via wslink
aiosignal==1.4.0
12
0 commit comments