Commit Graph

133 Commits

Author SHA1 Message Date
di-sukharev 08fb4d801f chore: add .npmignore file and update package.json to include specific files in the "files" field
The .npmignore file is added to the project. It currently includes the file "out/github-action.cjs" to be ignored when publishing the package to npm.

In the package.json file, the "files" field is updated to include the files "out/cli.cjs" and "out/tiktoken_bg.wasm". This ensures that these files are included when publishing the package to npm.

The "deploy" script in the package.json file is also updated to include pushing tags to the remote repository using "git push --tags". This ensures that the newly created version tags are pushed along with the code changes.
2023-09-03 15:29:29 +08:00
di-sukharev 0460a252e2 update major version 2023-09-03 15:11:14 +08:00
di-sukharev ebeb68fd9b chore(package.json): update deploy script to use 'git push --follow-tags' instead of 'git push --tags'
The deploy script in package.json has been updated to use 'git push --follow-tags' instead of 'git push --tags'. This change ensures that tags are pushed along with the commit when deploying the application.
2023-09-03 15:07:43 +08:00
di-sukharev 765e9884dd chore(package.json): reorder scripts to improve readability and maintainability 2023-09-03 14:10:56 +08:00
Sébastien Fichot 12956d7633 feat: Integrate @commitlint for Enhanced Commit Message Generation and Configuration Support (#209)
* add commitlint support
* refactor code
* improve readme text
2023-09-03 14:00:18 +08:00
di-sukharev 916ddf02d1 2.4.2 2023-07-05 15:20:11 +08:00
di-sukharev fa85ec0351 build 2023-07-05 15:20:03 +08:00
di-sukharev 3a7f2d69e7 2.4.1 2023-07-05 15:19:29 +08:00
di-sukharev f240d35231 build 2023-07-05 15:19:20 +08:00
di-sukharev 04ee73ca9d 2.4.0 2023-07-05 15:18:19 +08:00
di-sukharev 91885cdd1c 2.3.0 2023-07-05 15:18:02 +08:00
di-sukharev cad179953a 2.2.10 2023-05-26 13:14:42 +08:00
di-sukharev 792ab67ef1 2.2.9 2023-05-26 13:12:00 +08:00
di-sukharev f69e716dcc 2.2.8 2023-05-26 13:10:29 +08:00
di-sukharev 56e02f2604 2.2.7 2023-05-26 13:08:08 +08:00
di-sukharev c491fa4bad 2.2.6 2023-05-26 12:57:38 +08:00
di-sukharev f7b1a6358f build 2023-05-26 12:55:27 +08:00
di-sukharev 5f9f29c467 2.2.5 2023-05-26 12:55:14 +08:00
di-sukharev 0ec5dab80a 2.2.4 2023-05-26 12:54:52 +08:00
di-sukharev 8d47a1bb0f chore(package.json): revert version to 2.2.3 and remove postversion script as it is no longer needed
feat(package.json): add deploy script to automate versioning, building, pushing and publishing the package to npm registry
2023-05-26 12:54:42 +08:00
di-sukharev fad05e0757 2.2.4 2023-05-26 12:52:00 +08:00
di-sukharev 12f7e7eaf9 build 2023-05-26 12:51:55 +08:00
di-sukharev 6490532818 2.2.3 2023-05-26 12:43:53 +08:00
di-sukharev 75fa04efd4 2.2.2 2023-05-26 12:42:47 +08:00
di-sukharev 93019139fb build 2023-05-26 12:42:43 +08:00
di-sukharev ce47c1fe81 2.2.1 2023-05-26 12:37:20 +08:00
di-sukharev f193bb1d96 chore(package.json): update version from 2.1.4 to 2.2.0 to reflect new features and improvements 2023-05-26 12:35:11 +08:00
di-sukharev 4cc34dfa5f chore(package.json): update version from 2.1.3 to 2.1.4 to reflect recent changes and improvements 2023-05-26 12:33:18 +08:00
di-sukharev d034238505 chore(package.json): update version from 2.1.2 to 2.1.3 to reflect recent changes and improvements 2023-05-26 12:27:48 +08:00
di-sukharev 25acb1c219 chore(package.json): update version from 2.1.1 to 2.1.2 to reflect recent changes and improvements 2023-05-26 12:27:28 +08:00
di-sukharev 44c9d48eae 2.1.1 2023-05-26 12:22:15 +08:00
di-sukharev e8be3858ab update v to 2.1.0 2023-05-26 12:22:07 +08:00
di-sukharev 50e7cd3576 chore(package.json): update package version from 2.0.19 to 2.1.0
refactor(cli.ts): uncomment checkIsLatestVersion function call to ensure the latest version of the package is being used
2023-05-26 12:16:56 +08:00
Moulick Aggarwal 34775e9e69 Remove oc alias (#178)
oc is pretty wellknow alias for OpenShift CLI

Signed-off-by: Moulick Aggarwal <moulickaggarwal@gmail.com>
2023-05-26 12:05:18 +08:00
Hiro 3f3043c48e doc: add timeout-minutes to workflow (#186)
* 2.0.18

* patch

* 2.0.19

* style(.prettierrc): reorder properties to follow alphabetical order and improve readability

* doc: add timeout-minutes to workflow

---------

Co-authored-by: di-sukharev <dim.sukharev@gmail.com>
2023-05-26 11:55:31 +08:00
di-sukharev d40e2ca4af feat(package.json): add build:push script to build and push changes to remote repository in one command 2023-05-21 16:55:11 +08:00
di-sukharev 0d8469ee42 2.0.17 2023-05-21 16:18:15 +08:00
di-sukharev 6aff5ebef4 2.0.16 2023-05-21 16:16:45 +08:00
Sukharev 6afa493726 GitHub action (#173) (#174)
* add option to run OpenCommit as a Github Action
2023-05-21 16:16:26 +08:00
di-sukharev 54006826f8 2.0.15 2023-05-19 13:47:51 +08:00
di-sukharev f674e2d99a 2.0.14 2023-05-19 13:47:45 +08:00
di-sukharev 598881a41c 2.0.13 2023-05-04 16:38:35 +08:00
di-sukharev 1080544631 2.0.12 2023-05-04 16:38:28 +08:00
di-sukharev 5addb7df25 2.0.11 2023-05-04 14:29:11 +08:00
di-sukharev e447575980 2.0.10 2023-05-04 14:29:05 +08:00
di-sukharev dab0f58d14 2.0.9 2023-05-04 12:52:22 +08:00
di-sukharev 226e21c28f 2.0.8 2023-05-04 12:52:14 +08:00
di-sukharev 4deaf56e5a 2.0.7 2023-05-04 12:42:30 +08:00
di-sukharev 7c1fc10248 2.0.6 2023-05-04 12:42:24 +08:00
di-sukharev 6cb85e40e9 2.0.5 2023-04-28 15:36:53 +08:00