Skip to content

Commit cc3d7bb

Browse files
committed
Updating README with the master branch change
1 parent 6c025e3 commit cc3d7bb

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.rules_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,20 @@
3131
- [Linter](#linter)
3232
- [Copyright](#copyright)
3333

34+
# RulesRuby Version 0.4.1
35+
36+
## ATTENTION: Base branch change announcement
37+
38+
We recently switched from the base of `develop` branch to the base of `master`. Please update your local repos accordingly.
39+
40+
**Moving forward, `develop` branch will not be kept up to date.**
41+
3442
### Build Status
3543

3644
| Build | Status |
3745
|---------: |--------------------------------------------------------------------------------------------------------------------------------------------------- |
38-
| CircleCI | [![CircleCI](https://circleci.com/gh/bazelruby/rules_ruby/tree/develop.svg?style=svg)](https://circleci.com/gh/bazelruby/rules_ruby/tree/develop) |
39-
| TravisCI | [![Build Status](https://travis-ci.org/bazelruby/rules_ruby.svg?branch=develop)](https://travis-ci.org/bazelruby/rules_ruby) |
46+
| CircleCI (master) | [![CircleCI](https://circleci.com/gh/bazelruby/rules_ruby.svg?style=shield)](https://circleci.com/gh/bazelruby/rules_ruby) |
47+
| TravisCI (master) | [![Build Status](https://travis-ci.org/bazelruby/rules_ruby.svg?branch=master)](https://travis-ci.org/bazelruby/rules_ruby) |
4048

4149
### [Change Log](CHANGELOG.md)
4250

@@ -81,7 +89,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
8189
git_repository(
8290
name = "bazelruby_rules_ruby",
8391
remote = "https://github.com/bazelruby/rules_ruby.git",
84-
branch = "develop"
92+
branch = "master"
8593
)
8694

8795
load(

0 commit comments

Comments
 (0)