Skip to content

Commit ad16797

Browse files
authored
Renamed method and updated development dependencies (#46)
* chore: Updated CONTRIBUTING * chore: Renamed method * chore: Updated tests * chore: Updated development dependencies --------- Co-authored-by: ijlee2 <[email protected]>
1 parent ccd06d8 commit ad16797

File tree

75 files changed

+195
-123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+195
-123
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,15 @@ Here are some guidelines to help you and everyone else.
6767

6868
1. Generate a [personal access token](https://github.com/settings/tokens/) in GitHub, with default values for scopes (none selected).
6969

70-
1. Create a pull request, in which you update the package version and `CHANGELOG`.
70+
1. Run the `changelog` script. This generates a text that you can add to `CHANGELOG.md`.
7171

7272
```sh
7373
GITHUB_AUTH=<YOUR_PERSONAL_ACCESS_TOKEN> pnpm changelog
7474
```
7575

76-
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+`).
76+
1. The package follows [semantic versioning](https://semver.org/). Update the version in `package.json` accordingly.
77+
78+
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.
7779

7880
1. Publish the package.
7981

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"@tsconfig/strictest": "^2.0.1",
5454
"@types/node": "^16.11.7",
5555
"@types/yargs": "^17.0.24",
56-
"@typescript-eslint/eslint-plugin": "^5.59.9",
57-
"@typescript-eslint/parser": "^5.59.9",
56+
"@typescript-eslint/eslint-plugin": "^5.60.0",
57+
"@typescript-eslint/parser": "^5.60.0",
5858
"concurrently": "^8.2.0",
59-
"eslint": "^8.42.0",
59+
"eslint": "^8.43.0",
6060
"eslint-config-prettier": "^8.8.0",
6161
"eslint-import-resolver-typescript": "^3.5.5",
6262
"eslint-plugin-import": "^2.27.5",

0 commit comments

Comments
 (0)