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

Release Job #12

Merged
merged 5 commits into from
Jul 8, 2021
Merged

Release Job #12

merged 5 commits into from
Jul 8, 2021

Conversation

mdonnalley
Copy link
Contributor

Add the circleci jobs for running releases

Depends on salesforcecli/plugin-release-management#231

@W-9499615@

@mdonnalley mdonnalley self-assigned this Jul 8, 2021
@mdonnalley mdonnalley force-pushed the mdonnalley/archives branch from 7ebe821 to 55bae1e Compare July 8, 2021 14:39
@mdonnalley mdonnalley force-pushed the mdonnalley/archives branch from 55bae1e to 95a0dc0 Compare July 8, 2021 14:40
@mdonnalley mdonnalley requested review from RodEsp and mshanemc July 8, 2021 14:41
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Comment on lines 97 to 99
name: node-14
- release-management/test-package:
name: node-12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this isn't technically part of your changes but I don't think these lines are actually testing against node 12 and 14 without the node_version parameter.

Can we just change lines 93-99 to match what we have in other repos via Leif?

      - release-management/test-package:
          matrix:
            parameters:
              os:
                - linux
                - windows
              node_version:
                - latest
                - lts
                - maintenance
            exclude:
              - os: windows
                node_version: lts
              - os: windows
                node_version: maintenance

Then we'll need to change the requires of the following jobs to just list - release-management/test-package.

filters:
branches:
only:
- main
- release-management/release-package:
node_version: '14'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
node_version: '14'
node_version: 'latest'

@mdonnalley mdonnalley merged commit 1082ac8 into main Jul 8, 2021
@mdonnalley mdonnalley deleted the mdonnalley/archives branch July 8, 2021 18:31
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