Skip to content
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

Major rewrite: "Metav as a release orchestrator" #21

Open
jgrodziski opened this issue Apr 23, 2021 · 0 comments
Open

Major rewrite: "Metav as a release orchestrator" #21

jgrodziski opened this issue Apr 23, 2021 · 0 comments
Assignees

Comments

@jgrodziski
Copy link
Owner

jgrodziski commented Apr 23, 2021

metav as an orchestrator with a pipeline of well-defined steps (with a protocol see below), see chain of responsibility.

  • rollback on every steps of the release process (with an up/execute and down/rollback function for each steps of the release process, see the protocol below)
  • hook on every steps of the release process with pre and post hook
  • dry-run option (plan)
  • push at the end of the release "transaction": release -> package -> push
  • optional: commit that add the signature (sha1) of every package built during the package stage

Metav as very easy way to release/package/push a library, just drop the dependency and everything is taken care of.

Each step should be see as a "plugin": like slack notifications, mail, build jar, etc.

Useful step "plugin":

  • slack notif
  • changelog templating and building
  • jar, uberjar
(defprotocol Step
   (plan []) 
   (execute []) 
   (rollback []))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants