File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Jazzy
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
pull_request :
7
7
branches : ['*']
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: pod lib lint
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
pull_request :
7
7
branches : ['*']
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: SwiftLint
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
pull_request :
7
7
branches : ['*']
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: SwiftPM
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
pull_request :
7
7
branches : ['*']
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: xcodebuild
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
pull_request :
7
7
branches : ['*']
8
8
Original file line number Diff line number Diff line change 1
- ## Master
1
+ ## Main
2
2
3
3
##### Breaking
4
4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ has_test_changes = !git.modified_files.grep(/Tests/).empty?
8
8
9
9
# Add a CHANGELOG entry for app changes
10
10
if !git . modified_files . include? ( "CHANGELOG.md" ) && has_app_changes
11
- fail ( "Please include a CHANGELOG entry. \n You can find it at [CHANGELOG.md](https://github.com/jpsim/SourceKitten/blob/master /CHANGELOG.md)." )
11
+ fail ( "Please include a CHANGELOG entry. \n You can find it at [CHANGELOG.md](https://github.com/jpsim/SourceKitten/blob/main /CHANGELOG.md)." )
12
12
message "Note, we hard-wrap at 80 chars and use 2 spaces after the last line."
13
13
end
14
14
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ get_version:
116
116
117
117
set_version :
118
118
$(eval NEW_VERSION := $(filter-out $@ ,$(MAKECMDGOALS ) ) )
119
- @sed -i ' ' ' s/## Master /## $(NEW_VERSION)/g' CHANGELOG.md
119
+ @sed -i ' ' ' s/## Main /## $(NEW_VERSION)/g' CHANGELOG.md
120
120
@sed ' s/__VERSION__/$(NEW_VERSION)/g' script/Version.swift.template > Source/SourceKittenFramework/Version.swift
121
121
122
122
% :
You can’t perform that action at this time.
0 commit comments