deephaven / deephaven-plugins

Deephaven Plugins
5 stars 12 forks source link

release/* branches version bumping is weird #557

Open mofojed opened 2 weeks ago

mofojed commented 2 weeks ago
mofojed commented 1 week ago

Sounds like bump-profiles are what we need: https://docs.cocogitto.io/guide/#bump-profiles

mofojed commented 5 days ago

Breaking it down a bit, can use conventional-changelog-cli to create the changelog, e.g.

./node_modules/.bin/conventional-changelog -p conventionalcommits --tag-prefix ui-v --commit-path ./plugins/ui
mofojed commented 5 days ago

Release Please looks interesting: https://github.com/googleapis/release-please

mofojed commented 5 days ago

Cocogitto doesn't seem to support patching from a hotfix branch: https://github.com/cocogitto/cocogitto/issues/241 That seems like a major oversight, especially considering they mention hotfix in the Bump Profiles section: https://docs.cocogitto.io/guide/#bump-hooks I'm a little confused. Looks like it may already be addressed with an open PR when it merges?