feathers-mikro-orm
v0.8.0
Published
A service adapter for MikroORM
Downloads
1
Readme
Feathers Mikro ORM Adapter
An ORM adapter for use with Mikro ORM and Feathers.
Releases
Releases and publishing to NPM is automated via Github Actions CI job. In order to trigger a release one should push a git tag with a preceding v
with semver notation, ie v1.1.1
, to the main
branch. This will trigger the CI job to bump the package version, publish to NPM, make a release commit, and make a Github Release. The message of the git tag will be the release message so please make it meaningful. For example, git tag v1.1.1 -m "Updated the SDK with a new CI job" && push origin v1.1.1
.