Skip to content

Commit

Permalink
install cicd for app-extensions-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlishchenko committed Oct 8, 2024
1 parent 578cbde commit b85e7ff
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 @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

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

## [0.10.2] - 2024-05-31

## [0.10.1] - 2024-04-02
Expand Down
3 changes: 2 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @pipedrive/gravity
* @pipedrive/gravity
.github/workflows/cicd_* @pipedrive/devops-tooling
3 changes: 0 additions & 3 deletions Jenkinsfile

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"typescript": "^4.6.2"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit b85e7ff

Please sign in to comment.