Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-changelog-generate	-  Generate  a changelog for the repository or
       project.

SYNOPSIS
       glab changelog generate [flags]

DESCRIPTION
       Generate	a changelog for	the repository or project.

OPTIONS
       --config-file=""	     Path of the changelog configuration file  in  the
       project's Git repository. Defaults to '.gitlab/changelog_config.yml'.

       --date=""	Date   and   time   of	the  release.  Uses  ISO  8601
       (2016-03-11T03:45:40Z) format. Defaults to the current time.

       --from=""      Start of the range of commits (as	a  SHA)	 to  use  when
       generating  the	changelog.  This  commit  itself isn't included	in the
       list.

       --to=""	    End	of the range of	commits	(as a SHA) to use when	gener-
       ating  the  changelog. This commit is included in the list. Defaults to
       the HEAD	of the project's default branch.

       --trailer=""	 The Git trailer to use	 for  including	 commits.  De-
       faults to 'Changelog'.

       -v,  --version=""      Version to generate the changelog	for. Must fol-
       low semantic versioning.	Defaults to the	version	of the local checkout,
       like using 'git describe'.

OPTIONS	INHERITED FROM PARENT COMMANDS
       -h, --help[=false]      Show help for this command.

EXAMPLE
       # Generate a changelog
       $ glab changelog	generate

SEE ALSO
       glab-changelog(1)

Auto generated by spf13/cobra	   Nov 2025			       glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-changelog-generate&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help