fix: testing 2

This commit is contained in:
Orion Kindel 2023-05-22 10:53:59 -05:00
parent 3a1741878a
commit 1367b1febf
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719
3 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,8 @@
on:
push:
branches:
- main
- stable
- beta
name: release-please
jobs:
release:

View File

@ -1,5 +1,11 @@
{
"branches": ["main"],
"branches": [
"stable",
{
"name": "beta",
"prerelease": true
}
],
"repositoryUrl": "git@git.orionkindel.com:toad/toad",
"plugins": [
"@semantic-release/commit-analyzer",

View File

@ -52,8 +52,6 @@ pub mod todo;
#[cfg(test)]
pub(crate) mod test;
// testing
/// customizable retrying of fallible operations
pub mod retry;