Skip to content

Tap with fixed minor versions of PostgreSQL from Homebrew.

Notifications You must be signed in to change notification settings

klaxit/homebrew-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Klaxit Postgresql

Tap with fixed minor versions of PostgreSQL from Homebrew.

How do I install these formulae?

brew install klaxit/postgresql/[email protected]

Or

brew tap klaxit/postgresql
brew install [email protected]

How to relese a new version?

Extract selected version

brew extract --force --version=12.4 postgresql klaxit/postgresql

Create a PR with new version

git checkout -b postgres-12.4
git add Formula/[email protected]
git commit --message "postgresql: 12.4"
git push --set-upstream origin postgres-12.4

Create a PR then when checks are green, label your PR with the pr-pull label.

After a couple of minutes you should observe the PR closed, bottles uploaded and commits pushed to the main branch of your repository.

How was the initial repo created?

brew tap-new klaxit/postgresql;
cd $(brew --repository klaxit/postgresql)
git remote add origin [email protected]:klaxit/homebrew-postgresql.git
git push --set-upstream origin main

About

Tap with fixed minor versions of PostgreSQL from Homebrew.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages