theory opened a new pull request, #1711: URL: https://github.com/apache/age/pull/1711
It's triggered by a semver tag. I don't see any tags on this repo, but do notice that the [version on PGXN](https://pgxn.org/dist/apacheage/) appears to be a couple versions back. Use this workflow if you'd like to automate its release; change the `on` triggers to trigger a release by some other means. Be sure to add workflow secrets to this project named `PGXN_USERNAME` and `PGXN_PASSWORD` to allow it to authenticate to publish the extension. Other stuff: * Add `.gitattributes` so that the contents of `.github` and `.git` are excluded from the exported archive * Fix the extension name in the `META.json` file to the actual extension name (same as the control file name) * Updated the version in the `META.json` and shortened the abstract and description a bit (otherwise they take up a lot of space on the [PGXN page](https://pgxn.org/dist/apacheage/). * Read the versions from the `META.json` file and set the extension name from `MODULE_big`. * Add a `dist` make target to produce a zip file to manually upload to PGXN. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
