Skip to content

Commit

Permalink
Added copying of the README file to show README in npm page
Browse files Browse the repository at this point in the history
Bumped to 0.2.0
  • Loading branch information
oskardudycz committed Jul 9, 2024
1 parent 264f0c5 commit 0770969
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 28 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Copy README.md
run: npm run copy:readme

- name: Build
run: npm run build
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ What's there is safe to use, but it's far from being 100% compliant with MongoDB

## Contribution

Pongo is a community project, so once you find something missing or not working, we encourage you to [send us a GH issue](https://github.com/event-driven-io/Pongo/issues/new) or [Pull Request](https://github.com/event-driven-io/Pongo/compare) extending the support or test coverage! Check also [Contributing guide](./CONTRIBUTING.md)
Pongo is a community project, so once you find something missing or not working, we encourage you to [send us a GH issue](https://github.com/event-driven-io/Pongo/issues/new) or [Pull Request](https://github.com/event-driven-io/Pongo/compare) extending the support or test coverage! Check also [Contributing guide](https://github.com/event-driven-io/Pongo/blob/main/CONTRIBUTING.md)

**If you think something is missing or want to get some features faster, I'm happy to take sponsoring to prioritise it. Feel free to [contact me](mailto:[email protected]) - we'll find a way to help you!**

Expand Down
Loading

0 comments on commit 0770969

Please sign in to comment.