Skip to content

Commit

Permalink
fix(release): we failed to merge back
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Oct 23, 2024
2 parents f2c5ee4 + aaa8ef2 commit 075f476
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# [2.6.0](https://github.com/kuzzleio/kuzdoc/compare/v2.5.4...v2.6.0) (2023-08-28)

### Bug Fixes

* **actions:** remove old workflow to deploy kuzdoc ([f67d6f2](https://github.com/kuzzleio/kuzdoc/commit/f67d6f2602dff495c32857dd6f384e2755d8bcd3))


### Features


* **semantic-release:** add semantic release, lint the app and fix npm bin not available in npm@9 ([c81cb4a](https://github.com/kuzzleio/kuzdoc/commit/c81cb4ac401243c4cccde537626c7cb98cd9d22e))

# [2.6.0-beta.3](https://github.com/kuzzleio/kuzdoc/compare/v2.6.0-beta.2...v2.6.0-beta.3) (2024-10-23)


### Features

* **vuepress:** upgrade to vuepress 2, realease trigger ([9246d00](https://github.com/kuzzleio/kuzdoc/commit/9246d002efe60f27178b97a01e4b62472bfd0fca))


# [2.6.0-beta.2](https://github.com/kuzzleio/kuzdoc/compare/v2.6.0-beta.1...v2.6.0-beta.2) (2023-08-07)


Expand Down
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g kuzdoc
$ kuzdoc COMMAND
running command...
$ kuzdoc (-v|--version|version)
kuzdoc/2.6.0-beta.3 linux-x64 node-v20.17.0
kuzdoc/2.6.0 linux-x64 node-v18.17.1
$ kuzdoc --help [COMMAND]
USAGE
$ kuzdoc COMMAND
Expand Down Expand Up @@ -59,7 +59,11 @@ DESCRIPTION
NOTE: This command must be executed from the root of the framework meta-repo.
```

<<<<<<< HEAD
_See code: [src/commands/add-repo.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.3/src/commands/add-repo.ts)_
=======
_See code: [src/commands/add-repo.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/add-repo.ts)_
>>>>>>> master
## `kuzdoc add-section`

Expand All @@ -76,7 +80,11 @@ DESCRIPTION
NOTE: This command must be executed from the root of the framework meta-repo.
```

<<<<<<< HEAD
_See code: [src/commands/add-section.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.3/src/commands/add-section.ts)_
=======
_See code: [src/commands/add-section.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/add-section.ts)_
>>>>>>> master
## `kuzdoc build-and-deploy`

Expand Down Expand Up @@ -119,7 +127,11 @@ DESCRIPTION
be properly set.
```

<<<<<<< HEAD
_See code: [src/commands/build-and-deploy.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.3/src/commands/build-and-deploy.ts)_
=======
_See code: [src/commands/build-and-deploy.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/build-and-deploy.ts)_
>>>>>>> master
## `kuzdoc dead-links`

Expand Down Expand Up @@ -148,7 +160,11 @@ DESCRIPTION
The repository must be previously installed in the framework via the "install" command.
```

<<<<<<< HEAD
_See code: [src/commands/dead-links.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.3/src/commands/dead-links.ts)_
=======
_See code: [src/commands/dead-links.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/dead-links.ts)_
>>>>>>> master
## `kuzdoc dev`

Expand All @@ -173,7 +189,11 @@ DESCRIPTION
variable, or via the interactive prompt (only the installed repositories are listed).
```

<<<<<<< HEAD
_See code: [src/commands/dev.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.3/src/commands/dev.ts)_
=======
_See code: [src/commands/dev.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/dev.ts)_
>>>>>>> master
## `kuzdoc generate:js FILEPATH`

Expand All @@ -191,7 +211,11 @@ OPTIONS
--path=path [default: generated] Directory to write the doc
```

<<<<<<< HEAD
_See code: [src/commands/generate/js.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.3/src/commands/generate/js.ts)_
=======
_See code: [src/commands/generate/js.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/generate/js.ts)_
>>>>>>> master
## `kuzdoc help [COMMAND]`

Expand Down Expand Up @@ -256,7 +280,11 @@ DESCRIPTION
repository is already present, the selected repository will be skipped and the folder will be left untouched.
```

<<<<<<< HEAD
_See code: [src/commands/install.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.3/src/commands/install.ts)_
=======
_See code: [src/commands/install.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/install.ts)_
>>>>>>> master
## `kuzdoc local-deploy`

Expand All @@ -277,5 +305,9 @@ DESCRIPTION
All the currently installed repositories will be built and deployed to the destination path.
```

<<<<<<< HEAD
_See code: [src/commands/local-deploy.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.3/src/commands/local-deploy.ts)_
=======
_See code: [src/commands/local-deploy.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/local-deploy.ts)_
>>>>>>> master
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kuzdoc",
"description": "The CLI that helps build the Kuzzle Docs",
"version": "2.6.0-beta.3",
"version": "2.6.0",
"author": "The Kuzzle Team <[email protected]>",
"bin": {
"kuzdoc": "./bin/run"
Expand Down

0 comments on commit 075f476

Please sign in to comment.