File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [ main ]
8
8
9
9
jobs :
10
10
test :
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
6
## [ Unreleased] - 🔜
7
+ ### Changed
8
+ - Switched branch from master to main ([ #362 ] ( https://github.com/interagent/pliny/pull/362 ) )
7
9
8
10
## [ 1.0.0] - 🔜
9
11
### Added
@@ -206,7 +208,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
206
208
- Useless code coverage reports. ([ #255 ] ( https://github.com/interagent/pliny/pull/255 ) )
207
209
- Cleanup of active database connections after migration runs. ([ #257 ] ( https://github.com/interagent/pliny/pull/257 ) )
208
210
209
- [ Unreleased ] : https://github.com/interagent/pliny/compare/v1.0.0...master
211
+ [ Unreleased ] : https://github.com/interagent/pliny/compare/v1.0.0...main
210
212
[ 1.0.0 ] : https://github.com/interagent/pliny/compare/v0.30.2...v1.0.0
211
213
[ 0.32.0 ] : https://github.com/interagent/pliny/compare/v0.31.0...v0.32.0
212
214
[ 0.31.0 ] : https://github.com/interagent/pliny/compare/v0.30.1...v0.31.0
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ task :release do
40
40
# build new gem and push
41
41
sh "gem build pliny.gemspec"
42
42
sh "gem push pliny-#{ new_version } .gem"
43
- sh "git push origin master --tags"
43
+ sh "git push origin main --tags"
44
44
sh "rm pliny-#{ new_version } .gem"
45
45
end
46
46
You can’t perform that action at this time.
0 commit comments