Skip to content
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

ci: migrate to Orb Tools 12 #203

Merged
merged 3 commits into from
Dec 14, 2023
Merged

ci: migrate to Orb Tools 12 #203

merged 3 commits into from
Dec 14, 2023

Conversation

EricRibeiro
Copy link
Contributor

Description

This PR updates the Node Orb to the new major version of Orb Tools.

Changes

The comprehensive list of changes can be found below.

Changes in .circleci/config.yml:

  1. Update the orb-tools version from 11.4 to 12.0.
  2. Move the job requirement list from orb-tools/publish to orb-tools/continue.
  3. Remove the orb-tools/publish job since development versions are no longer necessary.
  4. Add the new orb_name parameter in orb-tools/continue.
  5. Rename the orb-tools/continue job parameters to comply with the new snake case standard.
    • orb_name, pipeline_number and vcs_type.

Changes in .circleci/test-deploy.yml:

  1. Update the orb-tools version from 11.4 to 12.0.
  2. Remove the node: circleci/node@dev:<<pipeline.git.revision>> line, and replace it with node: {}.
  3. Rename the orb-tools/publish job parameters to comply with the new snake case standard.
    • orb_name, vcs_type, pub_type, enable_pr_comment and github_token.
  4. Change the orb-tools/pack filter to trigger only on tagged releases.
  5. Remove tests using $CIRCLE_TOKEN

Changes in other files:

  1. Add a shebang to enable shellcheck checks.

@EricRibeiro EricRibeiro requested a review from a team as a code owner December 14, 2023 18:45
@EricRibeiro EricRibeiro merged commit c543817 into master Dec 14, 2023
2 checks passed
@EricRibeiro EricRibeiro deleted the ci/orb-tools-12 branch December 14, 2023 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants