Skip to content

Commit

Permalink
[update] adds git auto-tag script, nvmrc + fixes (#134)
Browse files Browse the repository at this point in the history
* [update] feature => adds .nvmrc

* [version] version bump => ensures no version confusion

* [update] adds postpublish script => auto add git tag

* [update] removes changelog obj in package.json
  • Loading branch information
yowainwright authored May 8, 2018
1 parent e8a2890 commit 1efa8ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
13 changes: 2 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-router-scroll",
"version": "0.5.0",
"version": "0.6.1",
"description": "Scroll to top with preserved browser history scroll position",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -58,6 +58,7 @@
"start": "ember serve",
"test": "ember test",
"deploy": "ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\"; git push; git checkout -",
"postpublish": "git tag $npm_package_version && git push origin --tags",
"test:all": "ember try:each"
},
"dependencies": {
Expand Down Expand Up @@ -96,15 +97,5 @@
"ember-addon": {
"configPath": "tests/dummy/config",
"demoURL": "https://dollarshaveclub.github.io/ember-router-scroll/"
},
"changelog": {
"repo": "dollarshaveclub/ember-router-scroll",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
}
}

0 comments on commit 1efa8ee

Please sign in to comment.