Skip to content

Commit

Permalink
docs(readme): 📝 add changesets info to contribution section (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennzimm authored Mar 1, 2024
1 parent 9ca49b3 commit 580d9b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/neat-eyes-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"npmrc-replace-env": patch
---

Bump @types/node from 20.11.19 to 20.11.20
Update contribution info for changesets
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"conventionalCommits.scopes": [
"readme"
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ For more detailed configuration options and information about using `.env` files

Contributions are welcome! If you encounter issues or have suggestions, please feel free to open an [issue](https://github.com/dennzimm/npmrc-replace-env/issues) or submit a [pull request](https://github.com/dennzimm/npmrc-replace-env/pulls).

This package uses [Changesets](https://github.com/changesets/changesets/tree/main) for version management. For further information on contributing and working with Changesets, refer to the Changesets Documentation: [Using Changesets](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md).

## License

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.

0 comments on commit 580d9b2

Please sign in to comment.