Skip to content

Commit

Permalink
install cicd for client-nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlishchenko committed Oct 8, 2024
1 parent ac1a16f commit 5af91e7
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/cicd_npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish NPM Packages

on:
pull_request:
types:
- labeled

jobs:
publish:
if: ${{ github.event.label.name == 'npm-ready-for-publish' }}
uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@master
with:
revision: ${{ github.event.pull_request.head.ref }}
supported_versions: '[18]'
secrets: inherit
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an

## [Unreleased]

### Changed
- Migrate publish flow from Jenkins to GitHub Actions
- Fix Owner name

## [23.4.0] - 2024-09-24
### Changed
- Added the field "notes" to product prices in the body and response for v1 and v2
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/workflows/cicd_* @pipedrive/devops-tooling
3 changes: 0 additions & 3 deletions Jenkinsfile

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,8 @@
"lint-staged",
"test",
"build"
]
],
"publishConfig": {
"access": "public"
}
}

0 comments on commit 5af91e7

Please sign in to comment.