Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Jul 5, 2024

Conversation

byronogis
Copy link
Contributor

@byronogis byronogis commented Apr 22, 2024 β€’

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to 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

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Output 'true' when used without a value, Like:

```md
<!-- 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 -->
```
pi0 and others added 2 commits April 22, 2024 22:26
@pi0 pi0 changed the title fix(arg): 'version' cannot be obtained automatically fix: version should be obtained automatically when set to true Apr 22, 2024
Copy link
Member

@pi0 pi0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link

codecov bot commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

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

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

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@pi0 pi0 merged commit b06a680 into unjs:main Jul 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants