sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
174 stars 4 forks source link

feat: entity select - interface and aws #406

Closed thantos closed 1 year ago

thantos commented 1 year ago

Closes #403

sam-goodwin commented 1 year ago

How do we make sure it major version bumps?

thantos commented 1 year ago

How do we make sure it major version bumps?

I actually don't know how or why it major version bumps...

sam-goodwin commented 1 year ago

Is it:

BREAKING CHANGE: (description)

thantos commented 1 year ago

Is it:

BREAKING CHANGE: (description)

Its based on conventional commits, so its mostly been working off of feat/fix tags, but BREAKING CHANGE will also force it.

https://github.com/lerna/lerna/tree/main/libs/commands/version#--conventional-commits

thantos commented 1 year ago

Though I am unsure what it will do when the version is pre-1

sam-goodwin commented 1 year ago

Though I am unsure what it will do when the version is pre-1

No biggie. We can just move forward.