releaseai

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package releaseai provides AI-powered release notes generation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReleaseNotesGenerator

type ReleaseNotesGenerator struct {
	// contains filtered or unexported fields
}

ReleaseNotesGenerator handles creating AI-enhanced release notes

func NewReleaseNotesGenerator

func NewReleaseNotesGenerator(cfg config.Config) (*ReleaseNotesGenerator, error)

NewReleaseNotesGenerator creates a new release notes generator

func (*ReleaseNotesGenerator) GenerateReleaseNotes

func (g *ReleaseNotesGenerator) GenerateReleaseNotes(
	version string,
	commitMessages []string,
	previousVersion string,
) (string, error)

GenerateReleaseNotes creates AI-enhanced release notes from commit messages

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL