unjs / automd

๐Ÿค– Automated markdown maintainer
https://automd.unjs.io/
MIT License
205 stars 15 forks source link

fix: `version` should be obtained automatically when set to `true` #59

Closed byronogis closed 4 months ago

byronogis commented 7 months ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

Output 'true' when used without a value, Like:

<!-- automd:pm-install version -->

```sh
# โœจ Auto-detect
npx nypm install automd@^true

# npm
npm install automd@^true

# yarn
yarn add automd@^true

# pnpm
pnpm install automd@^true

# bun
bun install automd@^true
```

<!-- /automd -->

๐Ÿ“ Checklist

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (main@5ce5ba3). Click here to learn what that means.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #59 +/- ## ======================================= Coverage ? 81.40% ======================================= Files ? 17 Lines ? 1425 Branches ? 132 ======================================= Hits ? 1160 Misses ? 264 Partials ? 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.