Skip to content

Commit

Permalink
[1.2.x] chore(changeset): add branch name on PR title (#2387)
Browse files Browse the repository at this point in the history
* chore(changeset): add branch name on PR title

Signed-off-by: Paul Schultz <pschultz@pobox.com>

* add changeset

Signed-off-by: Paul Schultz <pschultz@pobox.com>

---------

Signed-off-by: Paul Schultz <pschultz@pobox.com>
Co-authored-by: Paul Schultz <pschultz@pobox.com>
  • Loading branch information
openshift-cherrypick-robot and schultzp2020 authored Oct 17, 2024
1 parent 452ebda commit 7daaa76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .changeset/popular-cheetahs-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
9 changes: 3 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
run: |
yarn install --frozen-lockfile
- name: Build all packages
uses: ./.github/actions/build

- name: Creating .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
Expand All @@ -57,11 +54,11 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
title: 'chore(release): version packages'
commit: 'chore(release): version packages'
title: 'chore(release): version packages on ${{ github.ref_name }} branch'
commit: 'chore(release): version packages on ${{ github.ref_name }} branch'
# We want to make sure an update-to-date yarn lockfile is committed
version: yarn changeset version && yarn install
publish: yarn changeset publish
publish: yarn run build --concurrency=75% --filter=@janus-idp/* && yarn changeset publish
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7daaa76

Please sign in to comment.