Changelog Ci Versions Save

Changelog CI is a GitHub Action that enables a project to automatically generate changelogs

v1.1.2

9 months ago

Version: 1.1.2

  • #100: Update PyYAML version
  • #101: Use pip-tools for dependency management

v1.1.1

1 year ago

Version: 1.1.1

  • #90: Use Git Safe Directory

v1.1.0

1 year ago

Version: 1.1.0

  • #86: Restructure Code and Improve Type Annotations
  • #77: Update GitHub Action Versions
  • #76: Fix Typo
  • #81: fixed indentation in action (readme)
  • #83: Refactor Code and Add Type Annotations
  • #85: Use github-action-utils for running GitHub Action Workflow Commands and Set Workflow Output with Changelog Data
  • #84: Refactored Changelog CI, Fixed Bugs and Added Tests
  • #87: Add Config Option to Exclude Pull Requests That Matches Labels
  • #88: Update github-action-utils

v1.0.0

2 years ago

Version: 1.0.0

  • #72: Add Support for reStructuredText Changelog
  • #69: Trigger Changelog CI on Different Events
  • #68: Add Configuration options for Unlabeled Changes
  • #73: Add What's new in Latest Version of Changelog CI Section in the Output
  • #74: Restructure the Documentation
  • #57: Cleanup code
  • #58: Update GitHub Action Versions
  • #67: Added Feature request Issue Template
  • #66: Added Bug Report Issue Template

v0.8.0

3 years ago

Version: 0.8.0

  • #50: Update LICENSE Copyright year
  • #52: Add GitHub Actions Version Updater
  • #51: Update changelog-ci.yaml
  • #53: Update GitHub Action Versions
  • #54: Add Option to Generate Changelog Using Commit Message
  • #55: Refactor User Configuration Parsing and Validation

v0.7.5

3 years ago

Version: 0.7.5

  • #37: Separate GitHub API Base URL
  • #39: use self.filename on _commit_changelog()
  • #45: Make Documentation about Version Number Regex clearer
  • #40: Update description
  • #46: Add support for YAML config files
  • #47: Add yaml config
  • #48: Make it Clear what actions can be performed by Changelog CI in the README

v0.7.0

3 years ago

Version: 0.7.0

  • #31: Update description
  • #32: Added Changelog CI gif
  • #35: Organize Changelog CI Build Output and Move to Python Subprocess

v0.6.1

3 years ago

Version: 0.6.1

  • #28: Refine documentation
  • #29: Improve git commands in entrypoint.sh

v0.6.0

3 years ago

Version: 0.6.0

  • #24: Added Changelog CI Banner
  • #23: Document adding Changelog CI badge
  • #22: Add badges to README.md
  • #21: Update Documentation and comments
  • #25: Update Group Config Parsing
  • #26: Add Comment support

v0.5.6

3 years ago

Version: 0.5.6

  • #19: Make Username and Email input optional and default to github-actions[bot]