Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
chore: add circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Dec 13, 2021
1 parent 2e48544 commit 5ee056e
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
version: 2.1

orbs:
release-management: salesforce/npm-release-management@4

workflows:
version: 2
test-and-release:
jobs:
- release-management/test-package:
matrix:
parameters:
os:
- linux
- windows
node_version:
- latest
- lts
- maintenance
- release-management/release-package:
context: SF-CLI-RELEASE-PROCESS
filters:
branches:
only: main
github-release: true
requires:
- release-management/test-package
dependabot-automerge:
triggers:
- schedule:
cron: '0 2,5,8,11 * * *'
filters:
branches:
only:
- main
jobs:
- release-management/dependabot-automerge

0 comments on commit 5ee056e

Please sign in to comment.