Skip to content

Commit

Permalink
feat!: Initial CLI version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: No longer bundling the lib package to help with tree shaking and code navigation
  • Loading branch information
andymac4182 committed Apr 26, 2023
1 parent 96c4953 commit 85b4aff
Show file tree
Hide file tree
Showing 29 changed files with 26,986 additions and 24,969 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr-check.yml
Expand Up @@ -52,9 +52,10 @@ jobs:
continue-on-error: true
run: npm run test -ws --if-present
env:
ATLASSIAN_SITE_URL: ${{ secrets.ATLASSIAN_SITE_URL }}
CONFLUENCE_BASE_URL: ${{ secrets.CONFLUENCE_BASE_URL }}
ATLASSIAN_USERNAME: ${{ secrets.ATLASSIAN_USERNAME }}
ATLASSIAN_API_TOKEN: ${{ secrets.ATLASSIAN_API_TOKEN }}
CONFLUENCE_PARENT_ID: "IGNORE ME"

- name: Run npm build
id: build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Expand Up @@ -51,5 +51,7 @@ jobs:
run: |
npm publish -w @markdown-confluence/lib
npm publish -w @markdown-confluence/mermaid-electron-renderer
npm publish -w @markdown-confluence/mermaid-puppeteer-renderer
npm publish -w @markdown-confluence/cli
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 85b4aff

Please sign in to comment.