Giter Site home page Giter Site logo

preversion's Introduction

preversion

GitHub Actions Codecov type-coverage npm GitHub Release

Conventional Commits Renovate enabled JavaScript Style Guide Code Style: Prettier changesets

A tiny cli helps you to publish alpha/beta versions to npm before releasing the final latest version

TOC

Usage

Install

# pnpm
pnpm add -D preversion

# yarn
yarn add -D preversion

# npm
npm i -D preversion

CLI

Usage: preversion [options]

A tiny cli helps you to publish alpha/beta versions to npm before releasing the final latest version

Options:
  -V, --version              output the version number
  -b, --branch [string]      optional specified branch to be pushed after releasing successfully
  -m, --message [string]     optional commit message when `branch` option enabled (default: "chore: release preversion v{{version}}")
  -v, --preversion [string]  optional specified version to be released
  -t, --tag [string]         optional specified npm tag to be released
  -h, --help                 display help for command

API

import { getPreversionTag, getPreversion, preversion } from 'preversion'

CI

GitHub Actions

.github/workflows/release-beta.yml

Sponsors

1stG RxTS UnTS
1stG Open Collective backers and sponsors RxTS Open Collective backers and sponsors UnTS Open Collective backers and sponsors

Backers

Backers

1stG RxTS UnTS
1stG Open Collective backers and sponsors RxTS Open Collective backers and sponsors UnTS Open Collective backers and sponsors

Changelog

Detailed changes for each release are documented in CHANGELOG.md.

License

MIT © JounQin@1stG.me

preversion's People

Contributors

jounqin avatar github-actions[bot] avatar

Stargazers

 avatar 余腾靖 avatar

Watchers

 avatar

preversion's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Using npm packages for Renovate presets is now deprecated. Please migrate to repository-based presets instead.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update dependency @changesets/cli to ^2.27.7
  • chore(deps): update dependency @mdx-js/rollup to ^3.0.1
  • chore(deps): update dependency @types/mdx to ^2.0.13
  • chore(deps): update dependency @types/web to ^0.0.155
  • chore(deps): update dependency lint-staged to ^15.2.9
  • fix(deps): update dependency @pkgr/core to ^0.1.1
  • chore(deps): update dependency @commitlint/cli to ^18.6.1
  • chore(deps): update dependency @size-limit/preset-small-lib to ^11.1.4
  • chore(deps): update dependency @vitejs/plugin-react-swc to ^3.7.0
  • chore(deps): update dependency eslint to ^8.57.0
  • chore(deps): update dependency github-markdown-css to ^5.6.1
  • chore(deps): update dependency prettier to ^3.3.3
  • chore(deps): update dependency react-router-dom to ^6.26.1
  • chore(deps): update dependency simple-git-hooks to ^2.11.1
  • chore(deps): update dependency size-limit to ^11.1.4
  • chore(deps): update dependency stylelint to ^16.8.2
  • chore(deps): update dependency type-coverage to ^2.29.1
  • chore(deps): update dependency typescript to ^5.5.4
  • chore(deps): update dependency unplugin-auto-import to ^0.18.2
  • chore(deps): update dependency vite to ^5.4.2
  • chore(deps): update node.js to >=18.20.4
  • chore(deps): update react monorepo (@types/react, @types/react-dom, react, react-dom)
  • chore(deps): update vitest monorepo to ^1.6.0 (@vitest/coverage-v8, vitest)
  • chore(deps): update yarn to v4.4.0
  • fix(deps): update dependency semver to ^7.6.3 (semver, @types/semver)
  • chore(deps): update codecov/codecov-action action to v4
  • chore(deps): update dependency @commitlint/cli to v19
  • chore(deps): update dependency @pkgr/rollup to v6
  • chore(deps): update dependency eslint to v9
  • chore(deps): update node.js to v20 (node, @types/node)
  • chore(deps): update vitest monorepo to v2 (major) (@vitest/coverage-v8, vitest)
  • fix(deps): update dependency commander to v12

Detected dependencies

github-actions
.github/workflows/ci.yml
  • actions/checkout v4
  • actions/setup-node v4
  • codecov/codecov-action v3
.github/workflows/codeql.yml
  • actions/checkout v4
  • github/codeql-action v3
  • github/codeql-action v3
  • github/codeql-action v3
.github/workflows/release-beta.yml
  • actions/checkout v4
  • actions/setup-node v4
.github/workflows/release.yml
  • actions/checkout v4
  • actions/setup-node v4
.github/workflows/size-limit.yml
  • actions/checkout v4
  • actions/setup-node v4
  • andresz1/size-limit-action v1
.github/workflows/vercel.yml
  • actions/checkout v4
  • amondnet/vercel-action v25
npm
package.json
  • @pkgr/core ^0.1.0
  • commander ^11.1.0
  • semver ^7.5.4
  • @1stg/app-config ^10.0.1
  • @changesets/changelog-github ^0.5.0
  • @changesets/cli ^2.27.1
  • @commitlint/cli ^18.4.4
  • @mdx-js/rollup ^3.0.0
  • @pkgr/rollup ^5.0.0
  • @size-limit/preset-small-lib ^11.0.1
  • @types/mdx ^2.0.10
  • @types/node ^20.10.6
  • @types/react ^18.2.46
  • @types/react-dom ^18.2.18
  • @types/semver ^7.5.6
  • @types/web ^0.0.134
  • @vitejs/plugin-react-swc ^3.5.0
  • @vitest/coverage-v8 ^1.1.3
  • concurrently ^8.2.2
  • eslint ^8.56.0
  • github-markdown-css ^5.5.0
  • lint-staged ^15.2.0
  • prettier ^3.1.1
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-router-dom ^6.21.1
  • rehype-slug ^6.0.0
  • remark-gfm ^4.0.0
  • simple-git-hooks ^2.9.0
  • size-limit ^11.0.1
  • size-limit-preset-node-lib ^0.3.0
  • stylelint ^16.1.0
  • type-coverage ^2.27.1
  • typescript ^5.3.3
  • unplugin-auto-import ^0.17.3
  • vite ^5.0.11
  • vitest ^1.1.3
  • node >=18.0.0
  • prettier ^3.1.1
  • yarn 4.0.2
nvm
.nvmrc

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.