File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 5
5
- [ Changelog] ( #changelog )
6
6
- [ Next Version] ( #next-version )
7
7
- [ Documentation] ( #documentation )
8
+ - [ Development] ( #development )
8
9
- [ 3.10.2] ( #3102 )
9
10
- [ New Features] ( #new-features )
10
11
- [ Bug Fixes] ( #bug-fixes )
11
- - [ Development] ( #development )
12
+ - [ Development] ( #development-1 )
12
13
- [ 3.10.1] ( #3101 )
13
14
- [ Bug Fixes] ( #bug-fixes-1 )
14
15
- [ Documentation] ( #documentation-1 )
15
- - [ Development] ( #development-1 )
16
+ - [ Development] ( #development-2 )
16
17
- [ 3.10.0] ( #3100 )
17
18
- [ New Features] ( #new-features-1 )
18
19
- [ Bug Fixes] ( #bug-fixes-2 )
19
20
- [ Documentation] ( #documentation-2 )
20
- - [ Development] ( #development-2 )
21
+ - [ Development] ( #development-3 )
21
22
- [ Previous versions] ( #previous-versions )
22
23
23
24
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -65,6 +66,10 @@ VS Code v0.00.0
65
66
66
67
- docs: fix confusing sentence in pull requests section #3460 @shiv-tyagi
67
68
69
+ ### Development
70
+
71
+ - fix(publish): update cdrci fork in brew-bump.sh #3468 @jsjoeio
72
+
68
73
## 3.10.2
69
74
70
75
VS Code v1.56.1
Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ main() {
26
26
git merge upstream/master
27
27
28
28
echo " Pushing changes to cdrci/homebrew-core fork on GitHub"
29
- git push origin master
29
+ # Source: https://serverfault.com/a/912788
30
+ # shellcheck disable=SC2016,SC2028
31
+ echo ' #!/bin/sh\nexec echo "$HOMEBREW_GITHUB_API_TOKEN"' > " $HOME " /.git-askpass.sh
32
+ GIT_ASKPASS=
" $HOME /.git-askpass.sh" git push https://
[email protected] /cdrci/homebrew-core.git --all
30
33
31
34
# Find the docs for bump-formula-pr here
32
35
# https://github.com/Homebrew/brew/blob/master/Library/Homebrew/dev-cmd/bump-formula-pr.rb#L18
You can’t perform that action at this time.
0 commit comments