Skip to content

Commit

Permalink
Upgrade icav2 cli plugins version,
Browse files Browse the repository at this point in the history
Also update title of PR release,
  • Loading branch information
alexiswl committed Jun 26, 2024
1 parent 442c487 commit a2041ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG GITHUB_ACTIONS_GROUP_ID="121"
ARG CONDA_ENV_NAME="cwl-ica"
ARG YQ_VERSION="v4.35.2"
ARG ICAV2_CLI_VERSION="2.26.0"
ARG ICAV2_PLUGINS_CLI_VERSION="v2.27.0.dev20240626152843"
ARG ICAV2_PLUGINS_CLI_VERSION="v2.27.0.dev20240626191058"
ARG ICAV2_PLUGINS_CLI_CONDA_PYTHON_VERSION="3.12"
ARG ICAV2_PLUGINS_CLI_CONDA_ENV_NAME="python3.12"
ARG CWL_UTILS_REPO_PATH="https://github.com/alexiswl/cwl-utils"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ def create_release_artifacts_pr(self):
"gh", "pr", "create",
"--base", "main", # FIXME - use dev if this is a pre-release
"--head", self.artifacts_branch,
"--title", f"Images and configuration commits for release {self.release_name}",
"--title", f"[GitHub Actions] Images and configuration commits for release {self.release_name}",
"--body", f"See {self.release_url} for more information."
]

Expand Down

0 comments on commit a2041ea

Please sign in to comment.