Skip to content

Commit befe3c5

Browse files
authored
Update repo name (OctoLinker#434)
1 parent f80701d commit befe3c5

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To build and run the extension follow these steps.
2323
1. To build the extension once run `yarn build` or `yarn watch` during development.
2424
1. Load extension https://developer.chrome.com/extensions/getstarted#unpacked.
2525

26-
[CSS]: https://github.com/OctoLinker/browser-extension/commit/ccbefb7
26+
[CSS]: https://github.com/OctoLinker/OctoLinker/commit/ccbefb7
2727

2828
## Architecture Overview
2929

@@ -49,13 +49,12 @@ The outline above is an extremely simplified version. In real life you have to d
4949

5050
- Run [`npm --no-git-tag-version version patch`](https://docs.npmjs.com/cli/version) to update the version number. Use `minor` or `major` instead of `patch` if needed (see [semver.org](http://semver.org/) for details).
5151
Consider that non-`patch` releases will cause users to receive update notifications, so lean towards a `patch` release for platform-specific stuff.
52-
See [lib/notification.js](https://github.com/OctoLinker/browser-extension/blob/030859292f7ea4e8a3852a876707c22a6fe74d9a/lib/notification.js#L4).
53-
- Open a [pull request](https://github.com/OctoLinker/browser-extension/pulls) with the new version.
52+
See [lib/notification.js](https://github.com/OctoLinker/OctoLinker/blob/030859292f7ea4e8a3852a876707c22a6fe74d9a/lib/notification.js#L4).
53+
- Open a [pull request](https://github.com/OctoLinker/OctoLinker/pulls) with the new version.
5454
- Once the pull request is merged in, tag the resulting commit as `vX.Y.Z` (where `X`, `Y`, `Z` are the major, minor, and patch versions).
55-
- Push the tag to GitHub. This will trigger Travis CI to create a new [GitHub Release](https://github.com/OctoLinker/browser-extension/releases) and submit the new Chrome extension to the Chrome Web Store. See [.travis.yml](https://github.com/OctoLinker/browser-extension/blob/master/.travis.yml) for details.
56-
- Submit `firefox-octolinker-X.Y.Z.zip` from the [GitHub Release](https://github.com/OctoLinker/browser-extension/releases) to [addons.mozilla.org](https://addons.mozilla.org/en-US/developers/addon/octolinker/versions#version-upload). Be sure to include the `Source code (zip)` file from the release as well.
57-
- Submit `opera-octolinker-X.Y.Z.zip` from the [GitHub Release](https://github.com/OctoLinker/browser-extension/releases) to [addons.opera.com](https://addons.opera.com/developer/package/226344/?tab=versions). Afterwards, go to the [Conversation tab](https://addons.opera.com/developer/package/226344/?tab=conversation), add a link to the `Source code (zip)` file and copy/paste the build instructions from previous releases.
58-
- Update release notes at https://github.com/OctoLinker/browser-extension/releases/tag/vX.Y.Z. You can find a list of changes since the previous release at https://github.com/OctoLinker/browser-extension/compare/vA.B.C...vX.Y.Z, where `A.B.C` is the previous version number.
55+
- Push the tag to GitHub. This will trigger Travis CI to create a new [GitHub Release](https://github.com/OctoLinker/OctoLinker/releases) and submit the new Chrome extension to the Chrome Web Store. See [.travis.yml](https://github.com/OctoLinker/OctoLinker/blob/master/.travis.yml) for details.
56+
- Submit `firefox-octolinker-X.Y.Z.zip` from the [GitHub Release](https://github.com/OctoLinker/OctoLinker/releases) to [addons.mozilla.org](https://addons.mozilla.org/en-US/developers/addon/octolinker/versions#version-upload). Be sure to include the `Source code (zip)` file from the release as well.
57+
- Submit `opera-octolinker-X.Y.Z.zip` from the [GitHub Release](https://github.com/OctoLinker/OctoLinker/releases) to [addons.opera.com](https://addons.opera.com/developer/package/226344/?tab=versions). Afterwards, go to the [Conversation tab](https://addons.opera.com/developer/package/226344/?tab=conversation), add a link to the `Source code (zip)` file and copy/paste the build instructions from previous releases.
58+
- Update release notes at https://github.com/OctoLinker/OctoLinker/releases/tag/vX.Y.Z. You can find a list of changes since the previous release at https://github.com/OctoLinker/OctoLinker/compare/vA.B.C...vX.Y.Z, where `A.B.C` is the previous version number.
5959
Consider that non-`patch` releases will cause users to receive update notifications showing the first line of the release notes.
60-
See [lib/notification.js](https://github.com/OctoLinker/browser-extension/blob/030859292f7ea4e8a3852a876707c22a6fe74d9a/lib/notification.js#L4).
61-
60+
See [lib/notification.js](https://github.com/OctoLinker/OctoLinker/blob/030859292f7ea4e8a3852a876707c22a6fe74d9a/lib/notification.js#L4).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a href="https://chrome.google.com/webstore/detail/octo-linker/jlmafbaeoofdegohdhinkhilhclaklkp"><img src="https://cloud.githubusercontent.com/assets/1393946/15162649/647ca490-1704-11e6-8ed8-ef0674e40fc3.png" width="375"/></a
33
</p>
44

5-
# What is OctoLinker? [![Build Status](https://travis-ci.org/OctoLinker/browser-extension.svg?branch=master)](https://travis-ci.org/OctoLinker/browser-extension) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/octolinker/browser-extension?svg=true&branch=master)](https://ci.appveyor.com/project/stefanbuck/browser-extension)
5+
# What is OctoLinker? [![Build Status](https://travis-ci.org/OctoLinker/OctoLinker.svg?branch=master)](https://travis-ci.org/OctoLinker/OctoLinker) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/octolinker/OctoLinker?svg=true&branch=master)](https://ci.appveyor.com/project/stefanbuck/OctoLinker)
66

77

88
OctoLinker is a browser extension for Chrome, Firefox and Opera which allows you to navigate through code on GitHub more efficiently.
@@ -54,7 +54,7 @@ Anyone can help make this project better - check out the [Contributing](/CONTRIB
5454

5555
# Feedback please
5656

57-
If you encounter a problem using OctoLinker, or would like to request an enhancement, feel free to create an [issue](https://github.com/OctoLinker/browser-extension/issues) or say hello [@OctoLinker](https://twitter.com/OctoLinker) on twitter.
57+
If you encounter a problem using OctoLinker, or would like to request an enhancement, feel free to create an [issue](https://github.com/OctoLinker/OctoLinker/issues) or say hello [@OctoLinker](https://twitter.com/OctoLinker) on twitter.
5858

5959

6060
# Thanks

lib/notification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default async function() {
1919

2020
if (installedVersion && installedVersion !== pkgVersion) {
2121
const response = await fetch(
22-
'https://api.github.com/repos/octolinker/browser-extension/releases/latest',
22+
'https://api.github.com/repos/OctoLinker/OctoLinker/releases/latest',
2323
);
2424
const json = await response.json();
2525
const description = json.body.split('\n')[0];

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"chrome-open": "yarn build && yarn chrome-launch --",
1919
"chrome-launch": "node scripts/chrome-launch.js",
2020
"firefox-open": "yarn build && yarn firefox-launch --",
21-
"firefox-launch": "web-ext run --source-dir dist --pref startup.homepage_welcome_url=https://github.com/OctoLinker/browser-extension/blob/master/package.json"
21+
"firefox-launch": "web-ext run --source-dir dist --pref startup.homepage_welcome_url=https://github.com/OctoLinker/OctoLinker/blob/master/package.json"
2222
},
2323
"jest": {
2424
"setupFiles": [

scripts/chrome-launch.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
const chromeLaunch = require('chrome-launch'); // eslint-disable-line import/no-extraneous-dependencies
44

5-
const url =
6-
'https://github.com/OctoLinker/browser-extension/blob/master/package.json';
5+
const url = 'https://github.com/OctoLinker/OctoLinker/blob/master/package.json';
76
const args = ['--load-extension=./dist'];
87

98
chromeLaunch(url, { args });

0 commit comments

Comments
 (0)