File tree 6 files changed +14
-4
lines changed
6 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 2
2
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
3
3
4
4
# No matter which file got changed, request a review from the main developers
5
- * @OpenVoxProject /container-maintainers
5
+ * @openvoxproject /container-maintainers
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ changelog:
14
14
- skip-changelog
15
15
- wont-fix
16
16
- wontfix
17
+ - github_actions
17
18
18
19
categories :
19
20
- title : Breaking Changes 🛠
Original file line number Diff line number Diff line change 14
14
name : Release
15
15
uses : voxpupuli/crafty/.github/workflows/release.yml@main
16
16
with :
17
- allowed_owner : voxpupuli
17
+ allowed_owner : openvoxproject
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ bundle config set --local with 'release'
18
18
bundle install
19
19
20
20
CHANGELOG_GITHUB_TOKEN=" token_MC_tokenface" bundle exec rake changelog
21
+
21
22
git commit --all --message " Release v${RELEASE_VERSION} "
22
23
git push --set-upstream origin HEAD
23
24
```
Original file line number Diff line number Diff line change 12
12
GitHubChangelogGenerator ::RakeTask . new :changelog do |config |
13
13
config . header = "# Changelog\n \n All notable changes to this project will be documented in this file."
14
14
config . exclude_labels = %w[ duplicate question invalid wontfix wont-fix skip-changelog modulesync github_actions ]
15
- config . user = 'OpenVoxProject '
16
- config . project = 'container-openvoxserver '
15
+ config . user = 'openvoxproject '
16
+ config . project = 'container-openvoxagent '
17
17
# get branch name from git and strip off any prefixes (e.g. 'release-')
18
18
config . future_release = `git rev-parse --abbrev-ref HEAD` . strip . split ( '-' , 2 ) . last
19
19
end
Original file line number Diff line number Diff line change 4
4
" config:recommended"
5
5
],
6
6
"customManagers" : [
7
+ {
8
+ "customType" : " regex" ,
9
+ "fileMatch" : [" build_versions.yaml" ],
10
+ "matchStrings" : [
11
+ " rubygem_(?<depName>[a-z0-9_]+):\\ s+'(?<currentValue>\\ d+\\ .\\ d+\\ .\\ d+)'"
12
+ ],
13
+ "datasourceTemplate" : " rubygems"
14
+ },
7
15
{
8
16
"customType" : " regex" ,
9
17
"fileMatch" : [" build_versions.yaml" ],
You can’t perform that action at this time.
0 commit comments