Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

staging 24-03-2025 #82

Merged
merged 20 commits into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
7fefbdd
Merge pull request #69 from contentstack/staging
cs-raj Jan 24, 2025
29b6628
Merge pull request #73 from contentstack/staging
harshithad0703 Jan 24, 2025
a228b75
version bump revert
cs-raj Feb 11, 2025
1a4d56b
author update
cs-raj Feb 11, 2025
107db6e
Merge pull request #74 from contentstack/fix/development
cs-raj Feb 11, 2025
5c9fb66
Updated node version in package publish workflow file
sunil-lakshman Feb 19, 2025
4c37e0c
Merge branch 'development' into Enh/dx-1733
sunil-lakshman Feb 19, 2025
db61319
Fixed npm publish version
sunil-lakshman Feb 19, 2025
1c40084
Merge pull request #75 from contentstack/Enh/dx-1733
sunil-lakshman Feb 19, 2025
bb77643
Fixed Workflow failing issue.
sunil-lakshman Feb 20, 2025
427947a
Added release version Bump
sunil-lakshman Feb 20, 2025
af7128f
Merge pull request #76 from contentstack/hotfix/prepack-issue
sunil-lakshman Feb 20, 2025
49c42ee
Updated Axios version and version bump
cs-raj Mar 12, 2025
ae8eee4
Merge pull request #79 from contentstack/fix/DX-2311
cs-raj Mar 12, 2025
2435286
Merge branch 'staging' into fix/staging
harshithad0703 Mar 20, 2025
754c8ea
No code changes made.
harshithad0703 Mar 20, 2025
802defc
Bump version to 1.2.3 in package.json and package-lock.json
harshithad0703 Mar 20, 2025
320cd9e
Merge pull request #81 from contentstack/fix/version-bump
harshithad0703 Mar 20, 2025
9a930d8
Merge branch 'development' into fix/staging
harshithad0703 Mar 20, 2025
bf3f6e6
Merge pull request #80 from contentstack/fix/staging
harshithad0703 Mar 20, 2025
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
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "22.x"
- name: Installing dependencies
run: npm install
- name: Build
run: npm run prepack
- name: Upload dist
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: lib
path: lib
Expand All @@ -32,25 +32,25 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "22.x"
- name: Installing dependencies
run: npm install
- name: Download dist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: lib
path: lib
- name: Display dirs
run: ls -R
- name: Release
id: release-plugin
uses: JS-DevTools/npm-publish@v2.2.0
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
- name: github-release
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ EXAMPLES
$ csdx content-type:audit --alias "management token" --content-type "home_page"
```

_See code: [src/commands/content-type/audit.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/audit.ts)_
_See code: [src/commands/content-type/audit.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.3/src/commands/content-type/audit.ts)_

## `csdx content-type:compare`

Expand Down Expand Up @@ -115,7 +115,7 @@ EXAMPLES
$ csdx content-type:compare --alias "management token" --content-type "home_page" --left # --right #
```

_See code: [src/commands/content-type/compare.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/compare.ts)_
_See code: [src/commands/content-type/compare.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.3/src/commands/content-type/compare.ts)_

## `csdx content-type:compare-remote`

Expand All @@ -137,7 +137,7 @@ EXAMPLES
$ csdx content-type:compare-remote --origin-stack "xxxxxxxxxxxxxxxxxxx" --remote-stack "xxxxxxxxxxxxxxxxxxx" -content-type "home_page"
```

_See code: [src/commands/content-type/compare-remote.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/compare-remote.ts)_
_See code: [src/commands/content-type/compare-remote.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.3/src/commands/content-type/compare-remote.ts)_

## `csdx content-type:details`

Expand Down Expand Up @@ -166,7 +166,7 @@ EXAMPLES
$ csdx content-type:details --alias "management token" --content-type "home_page" --no-path
```

_See code: [src/commands/content-type/details.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/details.ts)_
_See code: [src/commands/content-type/details.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.3/src/commands/content-type/details.ts)_

## `csdx content-type:diagram`

Expand Down Expand Up @@ -201,7 +201,7 @@ EXAMPLES
$ csdx content-type:diagram --alias "management token" --output "content-model.dot" --type "dot"
```

_See code: [src/commands/content-type/diagram.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/diagram.ts)_
_See code: [src/commands/content-type/diagram.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.3/src/commands/content-type/diagram.ts)_

## `csdx content-type:list`

Expand Down Expand Up @@ -230,5 +230,5 @@ EXAMPLES
$ csdx content-type:list --alias "management token" --order modified
```

_See code: [src/commands/content-type/list.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/list.ts)_
_See code: [src/commands/content-type/list.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.3/src/commands/content-type/list.ts)_
<!-- commandsstop -->
Loading