-
Notifications
You must be signed in to change notification settings - Fork 7
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
DTL-5457 Install CI/CD for app-extensions-sdk #42
DTL-5457 Install CI/CD for app-extensions-sdk #42
Conversation
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]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this, lets keep with the default we have in the .nvmrc
CHANGELOG.md
Outdated
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which owner name we are fixing?
CHANGELOG.md
Outdated
- Migrate publish flow from Jenkins to GitHub Actions | ||
- Add devops-tooling as owner for .github/workflows/cicd_* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it necessary to include these details in public changelog?
If there even is a need to release a new version, I would keep this information more vague. If it can just be merged to master, then I would exclude adding changelog at all 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the readme to be more vague. The patch label is needed to test that the release process is working.
https://pipedrive.atlassian.net/browse/DTL-5457