Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Dec 30, 2023
1 parent cc84ff8 commit 1d80d7f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .releaserc.bump.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@
}
]
}
],
[
"@semantic-release/git",
{
"assets": [
"pubspec.yaml"
]
}
],
[
"@saithodev/semantic-release-backmerge",
{
"backmergeBranches": [{"from": "main", "to": "dev"}],
"clearWorkspace": true
}
]
]
}
15 changes: 15 additions & 0 deletions .releaserc.release.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
}
],
"plugins": [
[
"@semantic-release/git",
{
"assets": [
"pubspec.yaml"
]
}
],
"@semantic-release/changelog",
"@semantic-release/release-notes-generator",
[
Expand All @@ -19,6 +27,13 @@
],
"successComment": false
}
],
[
"@saithodev/semantic-release-backmerge",
{
"backmergeBranches": [{"from": "main", "to": "dev"}],
"clearWorkspace": true
}
]
]
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: https://github.com/ReVanced/revanced-manager

publish_to: 'none'

version: 1.10.0-dev.1+100900301
version: 1.9.3+100900300

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 1d80d7f

Please sign in to comment.