Skip to content

Commit 43a0b46

Browse files
authored
Version Packages (#60)
2 parents 3f7ba80 + d46b9a6 commit 43a0b46

File tree

6 files changed

+26
-11
lines changed

6 files changed

+26
-11
lines changed

.changeset/rich-suns-look.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
5050

5151
- name: Upload docs folder to GCP
52+
if: steps.changesets.outputs.published == 'true'
5253
uses: google-github-actions/upload-cloud-storage@v3
5354
with:
5455
path: 'docs'

packages/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @calycode/xano-cli
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 0342c6f: docs: integrated docsify.js to auto-generate documentation site from command signatures.
8+
feat: added GCP uploader actions to the release to automatically update the docs on new release from the command signature
9+
feat: added more descriptive and styled mardkown as docs that are generated from command signatures
10+
refactor: rebrand actually, renamed the core package from caly-core to core and the command from caly-xano to simply xano
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [0342c6f]
15+
- @calycode/core@0.4.0
16+
317
## 0.3.0
418

519
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calycode/cli",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Command-line interface for Xano providing terminal access to Xano workflows",
55
"publishConfig": {
66
"access": "restricted",

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @calycode/caly-core
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 0342c6f: docs: integrated docsify.js to auto-generate documentation site from command signatures.
8+
feat: added GCP uploader actions to the release to automatically update the docs on new release from the command signature
9+
feat: added more descriptive and styled mardkown as docs that are generated from command signatures
10+
refactor: rebrand actually, renamed the core package from caly-core to core and the command from caly-xano to simply xano
11+
312
## 0.3.0
413

514
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calycode/core",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Core functionality for the Caly Xano tooling providing programmatic access to Xano workflows",
55
"publishConfig": {
66
"access": "restricted"

0 commit comments

Comments
 (0)