Skip to content

Commit

Permalink
Release v0.10.3 from PR #42
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
2 parents 578cbde + 9fba288 commit f9aa1c0
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cicd_npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 }}
secrets: inherit
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.10.3] - 2024-10-10

### Changed
- Migrate to CI/CDv2

## [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.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"files": [
"dist"
],
"version": "0.10.2",
"version": "0.10.3",
"description": "Client SDK for Pipedrive app extensions",
"scripts": {
"test": "jest --passWithNoTests",
Expand Down 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 f9aa1c0

Please sign in to comment.