Skip to content

Commit 659cda7

Browse files
committed
more markdown updates
1 parent ab14fa9 commit 659cda7

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

README.markdown

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11

22
# angular-google-maps
3-
43
> AngularJS directives for Google Maps
5-
6-
For Pull Requests please see branching scheme below! Realize that PRS to master are for 2.2.X only.
7-
If you want it rolled into a 2.0.X, 2.1.X release PR to **2.0.X** or **2.1.X**.
8-
94
[![Dependencies](https://david-dm.org/angular-ui/angular-google-maps.svg)](https://david-dm.org/angular-ui/angular-google-maps) 
105
[![Dependencies](https://david-dm.org/angular-ui/angular-google-maps/dev-status.svg)](https://david-dm.org/angular-ui/angular-google-maps) 
116

12-
Master (2.1.X): [![Build Status](https://travis-ci.org/angular-ui/angular-google-maps.svg?branch=master)](https://travis-ci.org/angular-ui/angular-google-maps)
13-
2.2.X: [![Build Status](https://travis-ci.org/angular-ui/angular-google-maps.svg?branch=2.2.X)](https://travis-ci.org/angular-ui/angular-google-maps)
14-
2.1.X: [![Build Status](https://travis-ci.org/angular-ui/angular-google-maps.svg?branch=2.1.X)](https://travis-ci.org/angular-ui/angular-google-maps)
15-
2.0.X: [![Build Status](https://travis-ci.org/angular-ui/angular-google-maps.svg?branch=2.0.X)](https://travis-ci.org/angular-ui/angular-google-maps)
7+
Builds:
8+
- Master (2.2.X): [![Build Status](https://travis-ci.org/angular-ui/angular-google-maps.svg?branch=master)](https://travis-ci.org/angular-ui/angular-google-maps)
9+
10+
- 2.2.X: [![Build Status](https://travis-ci.org/angular-ui/angular-google-maps.svg?branch=2.2.X)](https://travis-ci.org/angular-ui/angular-google-maps)
11+
12+
- 2.1.X: [![Build Status](https://travis-ci.org/angular-ui/angular-google-maps.svg?branch=2.1.X)](https://travis-ci.org/angular-ui/angular-google-maps)
13+
14+
- 2.0.X: [![Build Status](https://travis-ci.org/angular-ui/angular-google-maps.svg?branch=2.0.X)](https://travis-ci.org/angular-ui/angular-google-maps)
1615

1716
task board: [![Stories in Ready](https://badge.waffle.io/angular-ui/angular-google-maps.png?label=ready&title=Ready)](https://waffle.io/angular-ui/angular-google-maps)
1817

1918
[![Gitter chat](https://badges.gitter.im/angular-ui/angular-google-maps.svg)](https://gitter.im/angular-ui/angular-google-maps)
2019

2120
<img src="http://benschwarz.github.io/bower-badges/badge@2x.png?pkgname=angular-google-maps" width="130" height="30">&nbsp;
2221

22+
[![NPM](https://nodei.co/npm/angular-google-maps.png?downloads=true&downloadRank=true)](https://nodei.co/npm/angular-google-maps/)
23+
2324
__________________
2425
## Getting started
2526
This is a set of directives and services for AngularJS `~1.0.7+, ^1.2.2+`.
2627

2728
## Dependencies
2829

29-
In reality you should always be checking the package.json and bower.json as that is the spoken word.
30+
Please always be checking the [package.json](./package.json) and [bower.json](./bower.json). They are the spoken word and will usually be more up to date **than this readme**.
31+
32+
**Tip** *use some library which will always pull in your dependencies (no matter what the changes are) to your vendor.js. IE: [main-bower-files](https://github.com/ck86/main-bower-files)*
3033

3134
Current Dependencies:
3235
- [lodash](lodash.com)
@@ -90,8 +93,15 @@ branch and issuing a PR with the updated documentation page, or by opening an is
9093

9194
PR's should follow [angular git commit conventions](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit).
9295

96+
9397
### Branching Scheme
9498

99+
PRS to master are for 2.2.X only.
100+
101+
If you want it rolled into a older release then target your PR to that respective branching name like 2.1.X.
102+
103+
*Note: many fixes relevant to 2.0.X can be rolled up into 2.1.X, and 2.2.X*
104+
95105
- master: points to the active targeted next release branch (2.2.X)
96106
- 2.2.X: latest of 2.2.X *side note: 2.2.X is basically the same as 2.1.X except the logging dependency has been added*
97107
- 2.1.X: latest of 2.1.X

0 commit comments

Comments
 (0)