Releases: julia-actions/install-juliaup
Releases · julia-actions/install-juliaup
v1.2.0
What's Changed
- Devdocs: add instructions for making a new release of this action by @DilumAluthge in #36
- CI: group Dependabot PRs together by @DilumAluthge in #39
- Build(deps-dev): Bump @typescript-eslint/parser from 7.3.1 to 7.4.0 by @dependabot in #38
- Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.3.1 to 7.4.0 by @dependabot in #37
- README: add more usage examples by @DilumAluthge in #41
- Build(deps): Bump the prod-deps group with 1 update by @dependabot in #45
- Build(deps-dev): Bump @types/node from 20.11.30 to 20.12.2 by @dependabot in #44
- Build(deps-dev): Bump eslint-plugin-jsonc from 2.14.1 to 2.15.0 by @dependabot in #43
- Add the
make everything-from-scratch
convenience command by @DilumAluthge in #46 - CI: Add a CI job to check
make clean && npm ci && npm install
by @DilumAluthge in #47 - CI: Make
finalize
depend onstalecheck-npm-install
by @DilumAluthge in #48 - CI: stop using
continue-on-error
by @DilumAluthge in #49 - Remove the
version
field by @DilumAluthge in #42 - README: recommend that users set up Dependabot version updates for GitHub Actions by @DilumAluthge in #50
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Replace all uses of
console.log()
withcore.info()
by @DilumAluthge in #33 - Fix a typo in a comment by @DilumAluthge in #34
- Add some more log statements by @DilumAluthge in #35
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Add some initial functionality for Unix (non-Windows) platforms by @DilumAluthge in #2
- Add the MIT license by @DilumAluthge in #1
- Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #6
- Use portable builds on all platforms by @DilumAluthge in #9
- CI: Reduce the number of CI jobs that we run by @DilumAluthge in #10
- README: add another example by @DilumAluthge in #14
- README: add another example by @DilumAluthge in #15
- CI: print some more debugging info by @DilumAluthge in #17
- README: link directly to the relevant section of the Juliaup README by @DilumAluthge in #18
- CI: comment out the
lint
job by @DilumAluthge in #19 - Devdocs: clarify that
asdf
is not required by @DilumAluthge in #20 - Document that the
juliaup-version
input is not part of the public API by @DilumAluthge in #21 - README: small edits and small reorganization by @DilumAluthge in #23
- CI: fix a typo in a CI script by @DilumAluthge in #24
- Docs: technically we could break
juliaup-version
in a patch release by @DilumAluthge in #25 - CI: fix a mistake in a step name by @DilumAluthge in #26
- CI: only run the
checked-in-files
job on Linux (ubuntu-latest
) by @DilumAluthge in #27 - Rename the
juliaup-version
input tointernal-juliaup-version
by @DilumAluthge in #28 - CI: remove some commented-out lines by @DilumAluthge in #29
- CI: add more detail to an error message by @DilumAluthge in #30
- Update the README in preparation for releasing 1.0.0 of this action by @DilumAluthge in #32
New Contributors
- @DilumAluthge made their first contribution in #2
- @dependabot made their first contribution in #6
Full Changelog: https://github.com/julia-actions/install-juliaup/commits/v1.0.0