wwzeng1 / changepack

πŸ“ Open-source changelog for your product powered by ChatGPT

Home Page:https://changepack.co/changepack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Maintainability Test Coverage

Changepack is an open-source changelog for your product. Share updates about new features with your customers and keep people in the loop!

Deploy to Heroku Deploy to Render

Features

  • Write release notes 10x faster with AI. Leverage OpenAI’s ChatGPT to publish your content in seconds.
  • Pull commits from GitHub. Changepack allows you to link changelogs with your GitHub activity, making it easy to track progress. (GitLab coming soon!)
  • Retrieve issues from Linear. We connect changelogs to project management tools of your choice, allowing ChatGPT to stay informed about your current tasks. (Other tools coming soon.)
  • Monthly automated summaries. Each month, Changepack handpicks the most notable updates and creates a release note draft for you to review and publish.

Build and run locally

git clone https://github.com/changepack/changepack.git
cd changepack

# Install dependencies
bundle install
yarn install

# Update environment variables
cp config/application.yml.example config/application.yml

# Run the application
bundle exec rails db:create db:migrate db:seed
bin/test
bundle exec rails s

Use tmuxinator or foreman to run backgrounds processes like guard, a cypruss server, or a tailwindcss watcher.

Contributors πŸŽ‰

Looking to contribute? Please refer to our CONTRIBUTING.md file.

About

πŸ“ Open-source changelog for your product powered by ChatGPT

https://changepack.co/changepack

License:Other


Languages

Language:Ruby 86.0%Language:Slim 6.6%Language:JavaScript 3.5%Language:HTML 2.1%Language:CSS 1.7%Language:Shell 0.1%Language:Procfile 0.1%