-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
tagged releases and release artifacts #41
Comments
Yes please! This sounds great 👍 |
WIP
If annotated tag, then
Only pushing a re the docker images branch , I'll tidy up my git commit history on my branch and do another pull-request |
Artifacts on tag, 100% yes! I haven't had the need for an executable really, but I think that is definitely something interesting for others (We don't make this stuff for ourselves, right?). So, yeah, totally going in a great direction! |
WIP Notes:
I see others when running actions, will run
When I try to run |
@grantmacken, I've changed all of the dependencies to hex versions, so that should be good to go now. #55 and #56 All it took was adding 6 of my repos to hex.pm! 😂
I think eventually, As for the location of the |
The CI now generates edocs and ex_docs
Both now compile OK. but the docs do have plenty of room for improvement.
|
For xqerl on this repo I would like to work on achieving
rebar3 as prod tar
via gh actionsmake
untars artifact into '/usr/local/xqerl' andmake install
places xqerl exec on PATH '/usr/bin/xqerl'For linux this will be a 'systemd' conf template
and
make service
will install and enable the service.These available on this repo instead of my repo as is the case now.
The images will be built with podman in gh actions.
@zadean If it is ok in my fork, I will start working on this and open some PRs.
The text was updated successfully, but these errors were encountered: