Skip to content

Commit

Permalink
Test release pipeline on same branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mohebifar committed Aug 19, 2024
1 parent fc04a7e commit f2c9122
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-kings-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codemod-com/sandbox": patch
---

Test release
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- chore/changesets-npm-releases

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
1 change: 1 addition & 0 deletions packages/sandbox/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("sandbox/index.js");
6 changes: 6 additions & 0 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "@codemod-com/sandbox",
"version": "1.0.0",
"description": "A sandbox for testing release pipeline",
"private": false
}

0 comments on commit f2c9122

Please sign in to comment.