Skip to content

Commit 85a5171

Browse files
authored
Merge pull request #362 from interagent/bf/update-branch-ref
update references to default branch
2 parents 28adde0 + 859618b commit 85a5171

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
test:

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased] - 🔜
7+
### Changed
8+
- Switched branch from master to main ([#362](https://github.com/interagent/pliny/pull/362))
79

810
## [1.0.0] - 🔜
911
### Added
@@ -206,7 +208,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
206208
- Useless code coverage reports. ([#255](https://github.com/interagent/pliny/pull/255))
207209
- Cleanup of active database connections after migration runs. ([#257](https://github.com/interagent/pliny/pull/257))
208210

209-
[Unreleased]: https://github.com/interagent/pliny/compare/v1.0.0...master
211+
[Unreleased]: https://github.com/interagent/pliny/compare/v1.0.0...main
210212
[1.0.0]: https://github.com/interagent/pliny/compare/v0.30.2...v1.0.0
211213
[0.32.0]: https://github.com/interagent/pliny/compare/v0.31.0...v0.32.0
212214
[0.31.0]: https://github.com/interagent/pliny/compare/v0.30.1...v0.31.0

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ task :release do
4040
# build new gem and push
4141
sh "gem build pliny.gemspec"
4242
sh "gem push pliny-#{new_version}.gem"
43-
sh "git push origin master --tags"
43+
sh "git push origin main --tags"
4444
sh "rm pliny-#{new_version}.gem"
4545
end
4646

0 commit comments

Comments
 (0)