Questions tagged [changelog]

A changelog is a log or record of changes made to a project.

A changelog is a log or record of changes made to a project, such as a website or software project, usually including such records as bug fixes, new features, etc

315 questions
3
votes
1 answer

Liquibase gradle plugin -> Multiple changelog files

I am using liquibase gradle plugin and I would like to specify multiple changelog files instead of just one. The changelogs to run depends on certain conditions. liquibase { activities { main { changeLogFile…
Nabila
  • 191
  • 4
  • 19
3
votes
1 answer

Why does my old commits re-appear every time I update the changelog?

I am using the conventional-changelog-cli and I want to update my Changelog with my newest version (2.3.2). But when I run the npm run changelog script, random old commits get added into the new version - why is that? This is how my changelog should…
Lirianna
  • 330
  • 1
  • 13
3
votes
1 answer

Generate Changelog with Liquibase and JPA Entities

I would like to introduce liquibase to my project and first of all I would like to generate a changelog file according my hibernate entities. What I have so far: application.properties # HIBERNATE # Write out schema into sql…
Michael Hegner
  • 5,555
  • 9
  • 38
  • 64
3
votes
1 answer

How to get the change logs of updated packages via pip / pipenv CLI?

I wonder if it's possible to grab the change logs of updated packages after running pip install [package_name] --upgrade or pipenv update Most of packages will have change logs in their repo.…
northtree
  • 8,569
  • 11
  • 61
  • 80
3
votes
0 answers

Liquibase with Maven misses class when working with YAML-changelog

I added the following dependency into my Maven pom-file: org.yaml snakeyaml 1.12 My liquibase.properties looks like…
Alex H
  • 31
  • 2
3
votes
3 answers

Is there a GitX equivalent for Mercurial that allows command-line execution?

I really like being able to the command-line tool gitx from Terminal.app to open GitX and see the Git repository change log that I can scroll through, with nicely formatted diffs for each. Mercurial is so similar that it would be nice to have a…
Gary S. Weaver
  • 7,966
  • 4
  • 37
  • 61
3
votes
1 answer

TFS 2010 vs. 2008, bugfixes?

Is there a list somewhere of bugfixes or similar in TFS 2010 compared to 2008? We have some issues with 2008 and we're not sure if they're fixed in 2010 or not. Specifically: TFS 2008 sometimes drop a changeset, the changes are present in the…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
3
votes
1 answer

How to upload a Changelog in Jenkins as Release notes of Hockey app

I want to upload changelog as part of the Input Release Notes field. Is there an environment variable or something like that so that I can put it in as part of my inputted release note? Can you guys please suggest how we could do it.
Lakshmi Reddy
  • 313
  • 5
  • 17
3
votes
1 answer

How to make maven changelog plugin generate both, a changelog.html and a changelog.xml

Version: Apache Maven 3.0.5 I succesfully generated a changelog.xml via the maven site plugin and the command mvn site. Site plugin content of the pom.xml: org.apache.maven.plugins
Jan
  • 2,025
  • 17
  • 27
3
votes
2 answers

With Mercurial, how do you hg log a branch with cross-branch ancestors?

In Mercurial, I'm wanting to build a changelog of all commit messages for revisions my stable branch. Currently, I'm using: hg log -r :: where is the revision id of the changeset from the last time we pushed out code, and is stable's…
DOOManiac
  • 6,066
  • 8
  • 44
  • 67
3
votes
2 answers

ChangeLog Plugin Maven - configuration in POM

I want to configure the changelog plugin in my pom.xml... but there is a reportSets section, so I wonder where I have to put the plugin? Maybe into the configuration part of the scm plugin (reportPlugins, ...)
julschi
  • 130
  • 9
3
votes
3 answers

Detailed Changelog for .NET Framework 4.0

Is there a detailed list of changes in .NET 4.0? Please add any changes you know about.
SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964
3
votes
4 answers

bash get first word last line

I got a bash script and I started to write a changelog to keep track of changes. I added in the script a function that echoes "Script version --> " But I have to manually edit it. So I would need a function to get the first word until space of the…
Wyatt_LandWalker
  • 309
  • 1
  • 10
3
votes
1 answer

Safari changes ARIA HTML features?

I have a web-app that is also compiled and sold on iOS App store using PhoneGap. My App handy tool for the Blind and those who work with Braille & requires ARIA to pass the UI info to VoiceOver. I use to use aria-labelledby as a critical component,…
CertDoctor
  • 101
  • 1
  • 7
3
votes
1 answer

Where do I find release notes/changelog for common Node.js modules

I'm probably missing something simple, but I can't seem to find what changed in recent versions of popular Node modules. Express, Connect, Stylus, etc... I realize it is up to the maintainers to write changelogs, and not everyone does. I look…
Jakke
  • 317
  • 1
  • 3
  • 11