Skip to content

Commit

Permalink
build: added debug and commented out more code
Browse files Browse the repository at this point in the history
  • Loading branch information
RareSecond committed Apr 18, 2024
1 parent b41966b commit fa80b1c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,21 @@ jobs:
with:
version: 8

- name: Install Protobuf Compiler
run: sudo apt-get install -y protobuf-compiler
# - name: Install Protobuf Compiler
# run: sudo apt-get install -y protobuf-compiler

- name: Install dependencies
run: pnpm i
# - name: Install dependencies
# run: pnpm i

- name: Build dependencies
run: pnpm run build
# - name: Build dependencies
# run: pnpm run build

- name: "Version and publish"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "${{ github.base_ref }}"
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor}}@users.noreply.github.com"
Expand Down
13 changes: 13 additions & 0 deletions packages/core/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0-beta.0](https://github.com/dojoengine/dojo.js/compare/v0.6.122...v0.7.0-beta.0) (2024-04-18)

### Features

- **core:** typed data from model ([a0b9369](https://github.com/dojoengine/dojo.js/commit/a0b9369d007dd8545db3c9ecb9b95c98490f4c77))
- expose torii client publish ([e616ac2](https://github.com/dojoengine/dojo.js/commit/e616ac21a346934967cbdb1a1536a0ad351e5104))
- finalize typed data for model ([628e0da](https://github.com/dojoengine/dojo.js/commit/628e0daf1c69fb8d6147a56c588cd06944a78dc1))
- return typeddata type & provide to publish ([9b4afbf](https://github.com/dojoengine/dojo.js/commit/9b4afbfc07b2b1a30a33c29cf0010e76c4461f4f))

0 comments on commit fa80b1c

Please sign in to comment.