akd-io / create-next-stack

Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.
https://www.create-next-stack.com
MIT License
568 stars 28 forks source link

Set up changelog #162

Open akd-io opened 1 year ago

akd-io commented 1 year ago

ChatGPT mentions the following technologies:

The JavaScript community commonly uses various tools for automating the tasks associated with changelogs. Some of the popular tools are:

conventional-changelog: It is a tool that generates changelogs from commit messages following a conventional format. It supports various commit message formats, including Angular, Atom, and Ember, among others.

standard-version: It is a tool that automates the release process by updating version numbers, generating changelogs, and creating tags. It also follows the conventional commit message format.

auto-changelog: It is a tool that generates a changelog from Git metadata, such as commit messages, tags, and branches. It supports various template engines like Handlebars, Pug, and EJS.

keep-a-changelog: It is a tool that provides a standard format for creating and maintaining changelogs. It also includes a command-line interface for automating the process of generating and updating changelogs.

These tools are widely used in the JavaScript community and can automate the tedious process of maintaining changelogs, saving developers time and effort.

akd-io commented 1 year ago

Changesets seems to be where it's at.

Current list of projects already using changesets:

atlaskit emotion keystone react-select XState pnpm filbert-js tinyhttp Firebase Javascript SDK Formik MobX Nhost verdaccio Chakra UI Astro SvelteKit Hydrogen react-pdf GraphQL Code Generator GraphQL Yoga GraphQL-Mesh GraphiQL wagmi refine

akd-io commented 1 year ago

Further resources: