Skip to content

Commit

Permalink
Renamed method and updated development dependencies (#46)
Browse files Browse the repository at this point in the history
* chore: Updated CONTRIBUTING

* chore: Renamed method

* chore: Updated tests

* chore: Updated development dependencies

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Jun 20, 2023
1 parent ccd06d8 commit ad16797
Show file tree
Hide file tree
Showing 75 changed files with 195 additions and 123 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,15 @@ 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. Create a pull request, in which you update the package version and `CHANGELOG`.
1. Run the `changelog` script. This generates a text that you can add to `CHANGELOG.md`.

```sh
GITHUB_AUTH=<YOUR_PERSONAL_ACCESS_TOKEN> pnpm changelog
```

1. [Create a tag](https://github.com/ijlee2/ember-codemod-v1-to-v2/releases/new) such as `1.0.0` (the name satisfies the regular expression `^\d+\.\d+\.\d+`).
1. The package follows [semantic versioning](https://semver.org/). Update the version in `package.json` accordingly.

1. [Create a tag](https://github.com/ijlee2/ember-codemod-v1-to-v2/releases/new) and provide release notes. The tag name should match the package version.

1. Publish the package.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"@tsconfig/strictest": "^2.0.1",
"@types/node": "^16.11.7",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"concurrently": "^8.2.0",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
Expand Down
Loading

0 comments on commit ad16797

Please sign in to comment.