Skip to content

Commit 9867ed7

Browse files
authored
Merge pull request #77 from code4rena-dev/release/4.3.0
Version bump to 4.3
2 parents 3e6f99e + 4970e3a commit 9867ed7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ yarn test
8585

8686
A GitHub Action has been developed to help automate package releases. All that you will need to do is:
8787

88-
1. Make sure to increase the `version` field in the **package.json**
88+
1. Make sure to increase the `version` field in the **package.json**. `npm version [major | minor | patch]` will handle the versioning, commit, and tag creation for you.
8989
2. On the GitHub repo's home page, navigate to the righthand side and click on **Create a new release**
9090
3. Give the release a `title` and `description` outlining the changes made in the release
9191
4. Choose/Create a **tag** corresponding to the new version that was added in the package.json in **step 1**
92-
5. Once the details are filled out, submit the release. You will get taken to a confirmation page. This process will automatically trigger the GitHub action that will publish the package to npm.
92+
5. Once the details are filled out, submit the release. You will get taken to a confirmation page. This process will automatically trigger the GitHub action that will publish the package to npm.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code4rena/components-library",
3-
"version": "4.2.1",
3+
"version": "4.3.0",
44
"description": "Code4rena's official components library ",
55
"types": "./dist/lib.d.ts",
66
"exports": {
@@ -84,4 +84,4 @@
8484
"@babel/preset-react"
8585
]
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)