Skip to content

Commit 43405d2

Browse files
committed
Update repo url
1 parent 3d87ef9 commit 43405d2

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@ The following changes are required if you are upgrading from the previous versio
99

1010
#### Community Contributions
1111

12-
- [#16](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/16) Return revision metadata instead of just revisionKey [@achambers](https://github.com/achambers)
12+
- [#16](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/16) Return revision metadata instead of just revisionKey [@achambers](https://github.com/achambers)
1313

1414
Thank you to all who took the time to contribute!
1515

1616
## 0.1.0-beta.2
1717

1818
#### Community Contributions
1919

20-
- [#13](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/13) Add git-tag-commit and version-commit key generators [@alisdair](https://github.com/alisdair)
21-
- [#15](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/15) [BUGFIX] Remove dependency on broccoli-asset-rev [@achambers](https://github.com/achambers)
20+
- [#13](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/13) Add git-tag-commit and version-commit key generators [@alisdair](https://github.com/alisdair)
21+
- [#15](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/15) [BUGFIX] Remove dependency on broccoli-asset-rev [@achambers](https://github.com/achambers)
2222

2323
Thank you to all who took the time to contribute!
2424

2525
## 0.1.0-beta.1
2626

2727
#### Community Contributions
2828

29-
- [#1](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/1) Create a tag form the hash of the index.html [@achambers](https://github.com/achambers)
30-
- [#3](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/3) Updated to be in line with how ember-cli-deploy handles context data [@achambers](https://github.com/achambers)
31-
- [#4](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/4) Remove dependency on index path [@achambers](https://github.com/achambers)
32-
- [#5](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/5) Now filePattern is relative to the dist dir stored in `context.distDir` [@achambers](https://github.com/achambers)
33-
- [#6](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/6) Rename index-hash to file-hash [@lukemelia](https://github.com/lukemelia)
34-
- [#7](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/7) Change to use `configure` hook instead of `willDeploy` [@achambers](https://github.com/achambers)
35-
- [#8](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/8) Renamed project and all references to `tags` [@achambers](https://github.com/achambers)
36-
- [#9](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/9) `configure` primes the config with data from the deployment context [@achambers](https://github.com/achambers)
37-
- [#10](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/10) Restructure to use ember-cli-deploy-plugin, and complete rename to em… [@lukemelia](https://github.com/lukemelia)
38-
- [#12](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/12) Update README for v0.5.0 [@achambers](https://github.com/achambers)
29+
- [#1](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/1) Create a tag form the hash of the index.html [@achambers](https://github.com/achambers)
30+
- [#3](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/3) Updated to be in line with how ember-cli-deploy handles context data [@achambers](https://github.com/achambers)
31+
- [#4](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/4) Remove dependency on index path [@achambers](https://github.com/achambers)
32+
- [#5](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/5) Now filePattern is relative to the dist dir stored in `context.distDir` [@achambers](https://github.com/achambers)
33+
- [#6](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/6) Rename index-hash to file-hash [@lukemelia](https://github.com/lukemelia)
34+
- [#7](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/7) Change to use `configure` hook instead of `willDeploy` [@achambers](https://github.com/achambers)
35+
- [#8](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/8) Renamed project and all references to `tags` [@achambers](https://github.com/achambers)
36+
- [#9](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/9) `configure` primes the config with data from the deployment context [@achambers](https://github.com/achambers)
37+
- [#10](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/10) Restructure to use ember-cli-deploy-plugin, and complete rename to em… [@lukemelia](https://github.com/lukemelia)
38+
- [#12](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/12) Update README for v0.5.0 [@achambers](https://github.com/achambers)
3939

4040
Thank you to all who took the time to contribute!

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ The following properties are expected to be present on the deployment `context`
144144

145145
## Plugins known to work well with this one
146146

147-
[ember-cli-deploy-redis](https://github.com/zapnito/ember-cli-deploy-redis)
147+
[ember-cli-deploy-redis](https://github.com/ember-cli-deploy/ember-cli-deploy-redis)
148148

149149
## Running Tests
150150

151151
- `npm test`
152152

153153
[1]: http://ember-cli.github.io/ember-cli-deploy/plugins "Plugin Documentation"
154-
[2]: https://github.com/zapnito/ember-cli-deploy-build "ember-cli-deploy-build"
154+
[2]: https://github.com/ember-cli-deploy/ember-cli-deploy-build "ember-cli-deploy-build"
155155
[3]: https://github.com/ember-cli/ember-cli-deploy "ember-cli-deploy"

bin/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var github = new GitHubApi({version: '3.0.0'});
2020
var compareCommits = Promise.denodeify(github.repos.compareCommits);
2121
var currentVersion = 'v' + require('../package').version;
2222

23-
var user = 'zapnito';
23+
var user = 'ember-cli-deploy';
2424
var repo = 'ember-cli-deploy-revision-data';
2525

2626
compareCommits({

0 commit comments

Comments
 (0)