Skip to content
Merged
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/plenty-socks-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@aziontech/builder': patch
---

ci: Trusted Publisher
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Install Dependencies
uses: ./.github/actions/install-dependencies
with:
node-version: 24

- name: Build Azion package
run: pnpm run compile
Expand All @@ -33,4 +35,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
NODE_ENV: 'production'
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} // active when publish a new package
6 changes: 0 additions & 6 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @aziontech/builder

## 1.0.1

### Patch Changes

- [#430](https://github.com/aziontech/lib/pull/430) [`04aa395`](https://github.com/aziontech/lib/commit/04aa3957f68acd79653e18162b45c22179895201) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - feat: add readme

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aziontech/builder",
"version": "1.0.1",
"version": "1.0.0",
"description": "This a builder utility for Azion's platform, designed to streamline the development process and enhance productivity.",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
Loading