-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Updated dependencies * chore: Added lockfile * chore: Downstreamed changes from @codemod-utils/[email protected] --------- Co-authored-by: ijlee2 <[email protected]>
- Loading branch information
Showing
3 changed files
with
506 additions
and
481 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Here are some guidelines to help you and everyone else. | |
1. Fork and clone this repo. | ||
|
||
```sh | ||
git clone [email protected]:<your GitHub handle>/ember-codemod-pod-to-octane.git | ||
git clone [email protected]:<your-github-handle>/ember-codemod-pod-to-octane.git | ||
``` | ||
|
||
1. Change directory. | ||
|
@@ -70,10 +70,10 @@ Here are some guidelines to help you and everyone else. | |
|
||
1. Generate a [personal access token](https://github.com/settings/tokens/) in GitHub, with default values for scopes (none selected). | ||
|
||
1. Run the `changelog` script. This generates a text that you can add to `CHANGELOG.md`. | ||
1. Run the `release:changelog` script. This generates a text that you can add to `CHANGELOG.md`. | ||
|
||
```sh | ||
GITHUB_AUTH=<YOUR_PERSONAL_ACCESS_TOKEN> pnpm changelog | ||
GITHUB_AUTH=<YOUR_PERSONAL_ACCESS_TOKEN> pnpm release:changelog | ||
``` | ||
|
||
1. The package follows [semantic versioning](https://semver.org/). Update the version in `package.json` accordingly. | ||
|
@@ -83,7 +83,7 @@ Here are some guidelines to help you and everyone else. | |
1. Publish the package. | ||
|
||
```sh | ||
pnpm publish | ||
pnpm release:package | ||
``` | ||
|
||
</details> | ||
|
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
Oops, something went wrong.