6dd1026c5a
Build the distribution from src/ (control, versioned SQL, META, MIT LICENSE, PGXS Makefile, install README), checksum it, and sign an Ed25519 JWT manifest (audience pgmorbac-release) with the verification public key attached to the release. `npm run release` does it locally; the Drone pipeline does it on a v* tag once the repo is Trusted with the pgmorbac_release_key + gitea_token secrets.
23 lines
221 B
Plaintext
23 lines
221 B
Plaintext
# Generated files
|
|
pgmorbac.sql
|
|
pgmorbac--*.sql
|
|
|
|
# Test database dumps
|
|
*.dump
|
|
*.backup
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
# Release tooling
|
|
node_modules/
|
|
dist/
|
|
package-lock.json
|