Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Citolab/tspci
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelh1983 committed Oct 10, 2024
2 parents c37e642 + 9b1f6e4 commit 2f2ed07
Show file tree
Hide file tree
Showing 18 changed files with 151 additions and 22 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/publish-next-NPM-dev-branch-merge copy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Publish @next to NPM on dev branch merge

on:
push:
branches:
- main # Trigger on push to the dev branch, adjust as needed

jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- name: Git configuration
run: |
git config --global user.email "[email protected]"
git config --global user.name "patrickdeklein"
- name: Checkout Repository
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20' # Specify the Node.js version
registry-url: 'https://registry.npmjs.org/'

- name: Install dependencies
run: npm ci

- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run publish

# Push repository changes
- name: Push changes to repository
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: git push origin && git push --tags
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

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

## [2.5.6](https://github.com/Citolab/qti-pci-bundler/compare/v2.5.5...v2.5.6) (2024-10-10)

**Note:** Version bump only for package qti-pci-bundler





## [2.5.5](https://github.com/Citolab/qti-pci-bundler/compare/v2.5.4...v2.5.5) (2024-10-10)

**Note:** Version bump only for package qti-pci-bundler
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.4",
"version": "2.5.6",
"npmClient": "npm",
"command": {
"publish": {
Expand All @@ -8,7 +8,10 @@
],
"message": "chore(release): publish",
"registry": "https://registry.npmjs.org/",
"access": "public"
"access": "public",
"yes": true,
"distTag": "latest",
"version": "patch"
}
}
}
16 changes: 16 additions & 0 deletions lib/preact-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

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

## [2.5.6](https://github.com/Citolab/tspci/compare/v2.5.5...v2.5.6) (2024-10-10)

**Note:** Version bump only for package @citolab/preact-store





## [2.5.5](https://github.com/Citolab/tspci/compare/v2.5.4...v2.5.5) (2024-10-10)

**Note:** Version bump only for package @citolab/preact-store
4 changes: 2 additions & 2 deletions lib/preact-store/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/preact-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@citolab/preact-store",
"version": "2.5.4",
"version": "2.5.6",
"description": "simple preact store",
"author": "patrick <[email protected]>, marcel <[email protected]>",
"homepage": "",
Expand Down
16 changes: 16 additions & 0 deletions lib/tspci-qbci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

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

## [2.5.6](https://github.com/Citolab/tspci/compare/v2.5.5...v2.5.6) (2024-10-10)

**Note:** Version bump only for package @citolab/tspci-qbci





## [2.5.5](https://github.com/Citolab/tspci/compare/v2.5.4...v2.5.5) (2024-10-10)

**Note:** Version bump only for package @citolab/tspci-qbci
4 changes: 2 additions & 2 deletions lib/tspci-qbci/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions lib/tspci-qbci/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@citolab/tspci-qbci",
"version": "2.5.4",
"version": "2.5.6",
"description": "create a .ci file that can be imported into Questify",
"author": "patrick <[email protected]>, Marcel Hoekstra <[email protected]>",
"repository": "",
"type": "module",
"types": "types/index.d.ts",
"dependencies": {
"chalk": "5.3.0",
"archiver": "^7.0.1"
"archiver": "^7.0.1",
"chalk": "5.3.0"
},
"scripts": {},
"gitHead": "a3f7e00ec58c881c68b0f4616d5c1e4759e6bf75",
Expand Down
10 changes: 10 additions & 0 deletions lib/tspci-qbci/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

# 2.1.1
tspci
- support for your own export plugin not in the npm package by using full name of npm path

tspci-qbci
- all media files from the assets folder in your root will be copied to .ref/media
- all found media files will be added in an array .ref/json/manifes.json as media property
- added chalk for some nice warning colors in cli mesages

# 2.0.0

- first release questify builder ci plugin
16 changes: 16 additions & 0 deletions lib/tspci-tao/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

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

## [2.5.6](https://github.com/Citolab/tspci/compare/v2.5.5...v2.5.6) (2024-10-10)

**Note:** Version bump only for package @citolab/tspci-tao





## [2.5.5](https://github.com/Citolab/tspci/compare/v2.5.4...v2.5.5) (2024-10-10)

**Note:** Version bump only for package @citolab/tspci-tao
4 changes: 2 additions & 2 deletions lib/tspci-tao/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/tspci-tao/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@citolab/tspci-tao",
"version": "2.5.4",
"version": "2.5.6",
"description": "create a zip file that can be imported into TAO",
"author": "patrick <[email protected]>, Marcel Hoekstra <[email protected]>",
"repository": "",
Expand Down
16 changes: 16 additions & 0 deletions lib/tspci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

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

## [2.5.6](/compare/v2.5.5...v2.5.6) (2024-10-10)

**Note:** Version bump only for package @citolab/tspci





## [2.5.5](/compare/v2.5.4...v2.5.5) (2024-10-10)

**Note:** Version bump only for package @citolab/tspci
4 changes: 2 additions & 2 deletions lib/tspci/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/tspci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@citolab/tspci",
"version": "2.5.4",
"version": "2.5.6",
"description": "an opiniated typescript ims-pci builder with tao integration",
"author": "patrick <[email protected]>",
"repository": "@citolab/tspci",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"url": "https://github.com/Citolab/qti-pci-bundler"
},
"scripts": {
"lerna": "lerna",
"clean": "lerna clean",
"publish": "lerna publish --force-publish",
"publish-next": "lerna publish --dist-tag next --force-publish",
"diff": "lerna diff",
Expand Down

0 comments on commit 2f2ed07

Please sign in to comment.