precept icon indicating copy to clipboard operation
precept copied to clipboard

Release script

Open alex-dixon opened this issue 6 years ago • 1 comments

Thanks to @Nolan330 for bringing this to our attention. https://github.com/CoNarrative/precept-template/pull/3

Not sure how other frameworks deal with this but seems we should have scripts that ensure a particular version of Clojure and Clojurescript across our projects. We might only need to run it when we publish a release to ensure everything is in sync.

Further, that script (or a separate one that we also run at release time) should also regenerate the lein template code from the latest in examples/todomvc. There's some effort involved here but I'd like to put a smoother release process in place for our next major release, which should come once the devtools/issue-19 branch is merged.

Additionally, we would like to have a template for the fullstack example (https://github.com/CoNarrative/precept-template/issues/4). We should consider adding this to the release script as well.

alex-dixon avatar Aug 11 '17 13:08 alex-dixon

Apparently we could do this. Not sure how it would help across multiple projects. Find and replace might be a better use of time.

https://github.com/bobby/kafka-streams-clojure/blob/master/project.clj

alex-dixon avatar Aug 22 '17 20:08 alex-dixon