This repository has been archived by the owner on Sep 2, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ Before getting started, you will need a number for the version that you will be | |
Please note that the release script was written with the assumption that you are using a clone of the `{REPO}` repo. You have to be using a clone rather than a fork. Further, due to how git works, you need to make sure that both your `master` branch is up-to-date. It is advised to your do this but making a fresh clone of the `{REPO}` repo from which you will release. For example: | ||
|
||
```bash | ||
git clone [email protected]:{USERNAME}/{REPO}.git {REPO}-release-clean | ||
git clone [email protected]:{REPO_OWNER}/{REPO}.git {REPO}-release-clean | ||
cd {REPO}-release-clean | ||
``` | ||
|
||
|
@@ -42,7 +42,7 @@ bash release.bash seantallen 9999998gk48888ddd78a9fd12345a12870987uk \ | |
Navigate to the GitHub page for the release you just created. It will be something like: | ||
|
||
``` | ||
https://github.com/{USERNAME}/{REPO}/releases/tag/0.3.1 | ||
https://github.com/{REPO_OWNER}/{REPO}/releases/tag/0.3.1 | ||
``` | ||
|
||
Copy the url to the page. You'll need it for the next two steps. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ Additionally, the CONTRIBUTING.md assumes your project is hosted on GitHub and c | |
|
||
This repository is templated. You'll want to replace anything in {} with the correct value. The following replacement values are required: | ||
|
||
- {USERNAME}: your GitHub username or organization name, for example: `ponylang`. | ||
- {REPO_OWNER}: your GitHub username or organization name, for example: `ponylang`. | ||
- {REPO}: the name of your repository, for example: `ponyc`. | ||
- {PACKAGE}: the name of your libraries package, for example: `msgpack`. | ||
- {COC_EMAIL}: email address that Code of Conduct violations should be reported to, for example: `[email protected]`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters