Releases: Skenvy/julia-release
v1.3.0 - Now defaults the deployment branch if not specified.
The deployment_branch
input to the action is no longer required.
v1.2.0 -- Updated step output.
Changes the existing lines that use the set-output
format of
echo "::set-output name={name}::{value}"
to the new format, prior to the deprecation of the previous format;
echo "{name}={value}" >> $GITHUB_OUTPUT
v1.1.0 -- Fix safe.directory errors.
Adds the workspace as a safe directory to circumvent fatal: detected dubious ownership in repository at '/github/workspace'
type errors which were introduced into git at git/git@8959555 as a fix for https://github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765 which subsequently opened up a lot of issues in github actions; actions/runner#2033 and actions/checkout#766 are examples.
1.0.1 Release notes quickfix
Removing a tab whitespace and replacing the subdir name in two places that was in the 1.0.1 release notes.
What's Changed
Full Changelog: v1.0.1...v1.0.1-md
Version 1.0.1
Fixed quote propagating to the release name.
Include option to disallow release (thus making it possible to run without providing the GITHUB_TOKEN and not fail, if not wanting to pass the GITHUB_TOKEN as an env.
Extend the readme with suggestions and include the requirement to checkout with depth 0.
What's Changed
- Add the option to not release, fix the quotes in the release name being included, fix possible errors on the empty vars by @Skenvy in #1
New Contributors
Full Changelog: v1...v1.0.1
Release and Register Julia
The initial release, operational to the extent provided by the test in .github/workflows/main.yaml
, which always creates a unique instance to test, via frobbing the head commit.
Full Changelog: https://github.com/Skenvy/julia-release/commits/v1.0.0