Skip to content

Commit bfda213

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 0ba2fb2 commit bfda213

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.releaserc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile
5+
# pip-compile --pre requirements.in
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.12.14
9+
aiohttp==3.12.15
1010
# via wslink
1111
aiosignal==1.4.0
1212
# via aiohttp

0 commit comments

Comments
 (0)