Skip to content

fulcrumapp/pg-query-deparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg-query-deparser

Publishing

Reach out to your local engineering manager for this step.

  • yarn clean && yarn build
  • Bump package.json version
  • Merge to main
  • Checkout main, git pull
  • git tag -a vx.x.x -m "x.x.x" (use actual tag number of next release)
  • git push origin --tags
  • Create a release for the tag in github
  • Move .npmrc off to fulcrum.npmrc and npm login (Credentials in 1password)
  • npm publish
  • Move fulcrum.npmrc back to .npmrc to reset back to your own configurations

About

Format PostgreSQL Queries

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Shell 0.4%