Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/renovate-242.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ankhorage/devtools': patch
---

Update Devtools-owned dependencies: `@ankhorage/utility`.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
if node -e "const p=require('./package.json'); process.exit(p.ankh?.apm === undefined ? 1 : 0)"; then
bun run test:apm
node ./dist/cli/bin/apm-release.js validate . --allow-owner-code
./node_modules/.bin/ankhorage-apm-release validate . --allow-owner-code
fi

- name: Validate Ankhorage repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
before_version="$(node -p "require('./package.json').version")"
bun run version-packages
if node -e "const p=require('./package.json'); process.exit(p.ankh?.apm === undefined ? 1 : 0)"; then
node ./dist/cli/bin/apm-release.js sync .
./node_modules/.bin/ankhorage-apm-release sync .
fi
after_version="$(node -p "require('./package.json').version")"

Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
bun run build
bun run test:apm
artifact="$(mktemp -d "${RUNNER_TEMP}/apm-publish.XXXXXX")/candidate.tgz"
node ./dist/cli/bin/apm-release.js validate . --allow-owner-code --artifact "$artifact"
./node_modules/.bin/ankhorage-apm-release validate . --allow-owner-code --artifact "$artifact"
npm publish "$artifact" --ignore-scripts
fi
- name: Skip release tooling
Expand Down
6 changes: 2 additions & 4 deletions bun.lock

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"dependencies": {
"@ankhorage/apm": "^0.6.0",
"@ankhorage/project-detector": "^0.1.0",
"@ankhorage/utility": "^0.5.1",
"@ankhorage/utility": "^1.4.0",
"@changesets/cli": "^3.0.2",
"@eslint/compat": "^2.1.1",
"@eslint/js": "^10.0.1",
Expand Down
Loading