Skip to content

Commit

Permalink
Update compatibility and build status details in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Jun 6, 2020
1 parent d9ab80f commit cdc1bfa
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ember-mobiledoc-dom-renderer
[![Build Status](https://travis-ci.org/bustlelabs/ember-mobiledoc-dom-renderer.svg?branch=master)](https://travis-ci.org/bustlelabs/ember-mobiledoc-dom-renderer)
[![Build Status](https://travis-ci.org/bustle/ember-mobiledoc-dom-renderer.svg?branch=master)](https://travis-ci.org/bustle/ember-mobiledoc-dom-renderer)

Provides:

Expand All @@ -14,8 +14,8 @@ To learn more about mobiledoc see [mobiledoc-kit](https://github.com/bustlelabs/

## Requirements

* Ember.js v3.12 or above
* Ember CLI v2.13 or above
* Ember.js v3.8 or above (tested in LTS versions starting 3.8 -- likely works on earlier releases)
* Ember CLI v3.8 or above
* Node.js v10 or above

### Usage
Expand Down Expand Up @@ -100,8 +100,4 @@ to use the renderer directly in code, it can be imported:

#### Release process

To release a new version:

* Use `np` (`npm install -g np`)
* `np <version>` (e.g. `np 1.0.0`)
* `git push <origin> --tags`
See RELEASE.md

0 comments on commit cdc1bfa

Please sign in to comment.