Skip to content

Commit

Permalink
chore: release main (#102)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: run CHANGELOG.md through Prettier.

* chore(cli): update README.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
timgreen and github-actions[bot] authored Mar 13, 2023
1 parent 8226956 commit 280fe91
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core": "0.11.0",
"packages/cli": "0.6.4"
"packages/cli": "0.7.0"
}
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.7.0](https://github.com/timgreen/Anki.md/compare/cli/v0.6.4...cli/v0.7.0) (2023-03-13)

### ⚠ BREAKING CHANGES

- stop matching noteId & report unmodified

### Features

- Stop matching noteId & report unmodified ([8226956](https://github.com/timgreen/Anki.md/commit/82269562bb30b638f6ef4451091c6aac4eb8bf6e))

## [0.6.4](https://github.com/timgreen/Anki.md/compare/cli/v0.6.3...cli/v0.6.4) (2023-03-12)

### Features
Expand Down
31 changes: 3 additions & 28 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install -g @anki.md/cli
$ ankimd COMMAND
running command...
$ ankimd (--version)
@anki.md/cli/0.6.4 linux-x64 node-v18.14.2
@anki.md/cli/0.7.0 linux-x64 node-v18.14.2
$ ankimd --help [COMMAND]
USAGE
$ ankimd COMMAND
Expand All @@ -38,7 +38,6 @@ USAGE
- [`ankimd connect notesInfo NOTEIDS`](#ankimd-connect-notesinfo-noteids)
- [`ankimd connect sync`](#ankimd-connect-sync)
- [`ankimd help [COMMANDS]`](#ankimd-help-commands)
- [`ankimd rmids FILES`](#ankimd-rmids-files)
- [`ankimd sync MARKDOWNS`](#ankimd-sync-markdowns)

## `ankimd autocomplete [SHELL]`
Expand Down Expand Up @@ -226,36 +225,14 @@ DESCRIPTION

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.8/src/commands/help.ts)_

## `ankimd rmids FILES`

Remove the note IDs.

```
USAGE
$ ankimd rmids FILES
ARGUMENTS
FILES Markdown files
DESCRIPTION
Remove the note IDs.
EXAMPLES
$ ankimd rmids deckA.md
$ ankimd rmids deckA.md deckB.md
```

_See code: [dist/commands/rmids.ts](https://github.com/timgreen/Anki.md/blob/cli/v0.6.4/packages/cli/src/commands/rmids.ts)_

## `ankimd sync MARKDOWNS`

Sync to Anki Desktop via AnkiConnect.

```
USAGE
$ ankimd sync MARKDOWNS [--math native|svg] [--update-model-templates] [--update-model-styling]
[--save-note-ids] [--overwrite-existing-medias]
[--overwrite-existing-medias]
ARGUMENTS
MARKDOWNS Markdown files
Expand All @@ -264,8 +241,6 @@ FLAGS
--math=<option> [default: native] render math equations as SVG or use Anki native mathjax support.
<options: native|svg>
--overwrite-existing-medias Replace the existing medias with the same name during sync.
--[no-]save-note-ids save the note IDs in markdown after sync.
It will be used to update note instead insert on next sync
--update-model-styling update the styling for the existing note models.
--update-model-templates update the card templates for the existing note models.
Expand All @@ -280,6 +255,6 @@ EXAMPLES
$ ankimd sync deckA.md https://example.com/foo/deckB.md
```

_See code: [dist/commands/sync.ts](https://github.com/timgreen/Anki.md/blob/cli/v0.6.4/packages/cli/src/commands/sync.ts)_
_See code: [dist/commands/sync.ts](https://github.com/timgreen/Anki.md/blob/cli/v0.7.0/packages/cli/src/commands/sync.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anki.md/cli",
"version": "0.6.4",
"version": "0.7.0",
"description": "Anki.md CLI.",
"author": " @timgreen",
"bin": {
Expand Down

0 comments on commit 280fe91

Please sign in to comment.