-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PUB-44 : Init changesets #44
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good and thorough. I'm assuming the reason we're not bumping patch is that this is not releasing any functionality?
@@ -13,37 +13,27 @@ jobs: | |||
|
|||
strategy: | |||
matrix: | |||
node-version: [12.x] | |||
node-version: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a request, but this made me wonder if we have any 10.x
services using this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope not, it's no longer supported
Correct. I'm trying to include the |
Might be due to some gitignore |
fdfa214
@@ -7,9 +7,10 @@ | |||
|
|||
This package contains a lightweight framework and subscription server for [Google Pub/Sub](https://cloud.google.com/pubsub). It was created to speed up development time and it provides a common foundation for building event driven applications. It lets developers define topics and subscriptions simply and declaratively, while additionally offering a simple subscription server to run all of a project's subscription handlers. | |||
|
|||
Docs: <https://deliveryhero.github.io/hfc-pubsub/> | |||
- [Docs](https://deliveryhero.github.io/hfc-pubsub/) | |||
- [Changelog](https://deliveryhero.github.io/hfc-pubsub/interfaces/changelog/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Closes PUB-44
New release workflow
On merging to main, a PR to increment version automatically opens and keeps updated. We can merge it anytime and release will be created
New prerelease workflow
Just go to Github releases panel and create a pre-release, the tag should have a
-[0-9]
suffix to differentiate normal and beta tags.