Skip to content

Commit

Permalink
Merge pull request #14 from Quantco/handle-initial-commits
Browse files Browse the repository at this point in the history
Properly handle commits without parents
  • Loading branch information
JaninaWibkerQC authored Dec 31, 2023
2 parents 0967cb3 + 9e8e971 commit b2ab587
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 2,331 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- run: pnpm lint
- run: pnpm build

- run: pnpm licenses list --filter "version-metadata" --prod --json | npx @quantco/pnpm-licenses generate-disclaimer --json-input --output-file version-metadata/dist/licenses.txt

- name: Commit changes
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down Expand Up @@ -54,6 +56,8 @@ jobs:
- run: pnpm lint
- run: pnpm build

- run: pnpm licenses list --filter "publish" --prod --json | npx @quantco/pnpm-licenses generate-disclaimer --json-input --output-file publish/dist/licenses.txt

- name: Commit changes
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down
2 changes: 1 addition & 1 deletion publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publish",
"version": "1.0.13",
"version": "1.0.14",
"description": "An action that decides if a new release should be published",
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion version-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "version-metadata",
"version": "1.0.13",
"version": "1.0.14",
"description": "An action that checks wether your package.json version has been updated with a bit of additional metadata",
"scripts": {
"build": "tsup",
Expand Down
Loading

0 comments on commit b2ab587

Please sign in to comment.