/pg-amqp-bridge-node

A Node port of pg-amqp-bridge to get around Postgresql SSL issues with Rust

Primary LanguageTypeScriptMIT LicenseMIT

pg-amqp-bridge-node

A Node port of pg-amqp-bridge to get around Postgresql SSL issues

Releases

Each release gets its own commit on master that includes the version bump and changelog updates. The version bump, changelog updates, commit, and tag are generated by standard-version:

yarn release

Other helpful options are:

# Preview the changes
yarn release --dry-run

# Specify the version manually
yarn release --release-as 1.5.0
# or the semver version type to bump
yarn release --release-as minor

# Specify an alpha release
yarn release --prerelease
# or the pre-release type
yarn release --prerelease alpha