Skip to content

Commit d15ab02

Browse files
committed
Updated branch to main
1 parent 25bc362 commit d15ab02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DreamOps
22
[![Gem Version](https://img.shields.io/gem/v/dream-ops.svg)][gem]
3-
[![Build Status](https://travis-ci.com/chris-allen/dream-ops.svg?branch=master)](https://app.travis-ci.com/github/chris-allen/dream-ops)
3+
[![Build Status](https://travis-ci.com/chris-allen/dream-ops.svg?branch=main)](https://app.travis-ci.com/github/chris-allen/dream-ops)
44

55
[gem]: https://rubygems.org/gems/dream-ops
66

@@ -92,7 +92,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
9292

9393

9494
## Release
95-
### switch to `master` branch:
95+
### switch to `main` branch:
9696
- Change package version in `version.rb` according to release changes (`major|minor|patch`).
9797
- Update `CHANGELOG.md`:
9898
- Rename `[Unreleased]` section to reflect new release version and release date, same format as for all previous releases

dream-ops.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.license = "MIT"
2222
spec.metadata = {
2323
"source_code_uri" => "https://github.com/chris-allen/dream-ops",
24-
"changelog_uri" => "https://github.com/chris-allen/dream-ops/blob/master/CHANGELOG.md"
24+
"changelog_uri" => "https://github.com/chris-allen/dream-ops/blob/main/CHANGELOG.md"
2525
}
2626

2727
spec.files = `git ls-files -z`.split("\x0").reject do |f|

0 commit comments

Comments
 (0)