New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generi

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generi

A Simple CHANGELOG.md Generator

  • 1.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15
decreased by-46.43%
Maintainers
1
Weekly downloads
 
Created
Source

Generi

A Versioning Generator for JavaScript Projects.



  • ✅ Easy CL
  • ✅ Monorepo support with Lerna
  • ✅ Release support with Github CLI

Install

npm i -g generi or yarn global add generi

Usage

generi init

Init generi.json configuration, and, if necessary, a git project

generi log <target> <-p prerelease>

Generate CHANGELOG.md and the necessary contents

generi log patch 0.1.0 >> 0.1.1

generi log minor 0.1.0 >> 0.2.0

generi log major 0.1.0 >> 1.0.0

generi log prepatch 0.1.0 >> 0.1.1-beta.0

generi log preminor 0.1.0 >> 0.2.0-beta.0

generi log premajor 0.1.0 >> 1.0.0-beta.0

generi log premajor -p alpha 0.1.0 >> 1.0.0-alpha.0

generi revert

Revert generi log last command

Monorepo

Monorepo versions may depend on external tools. Given this, Generi supports lerna workspaces, using the command lerna version before creating the changelog. In other setups, we recommend disabling the tag and version options.

generi.json

silent Default: false

Do not emit any message in console

commits Default: "none"

Default format content in CHANGELOG.md

Options: none | conventional-commits

tag Default: true

Release a git tag

version Default: true

Insert new version in package.json

push Default: false

Push commits in actually branch after log

publish Default: false

Publish(NPM) package in final log

repository Default: undefined

A URL to git repository for sha256 open link

exclude Default: [" typo"]

Invalidates commits in CHANGELOG.md that contain the considered options

prerelease Default: beta

Default 'canary', 'beta' or 'alpha' argument for prerelease log command

Keywords

FAQs

Package last updated on 08 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc