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
5 answers

major changes in python since version 2.2.3

I've written a small python script to create a file and calculate times. I've tested it on Fedora 10, and Ubuntu 8.x and it worked well. the python versions were 2.5.x. I tried to run it on my production server (an old red hat based linux server),…
farzad
  • 8,775
  • 6
  • 32
  • 41
3
votes
2 answers

Tags difference and commit message

I am new to SVN. I need to get the report for comparing two tags and along with the commit message. ie I need whole path of the file and commit message as report. Please let me know is there any svn command or any script will solve this.
3
votes
5 answers

Is there a means to produce a changelog in SVN

When commiting to SVN I can add a top level commit message to detail what is being committed, but I would ideally like a means to comment on the individual files and what has changed within them. I have seen something similar in previous…
Dean
  • 5,896
  • 12
  • 58
  • 95
2
votes
1 answer

Show balloon notification with latest change log entries on update

I would like to display the latest top 3-5 entries of my extension change log (TXT file) when it's auto-updated and ideally in a balloon-type event like the one when you have successfully installed an extension. It should show/popup near the…
Kim
  • 2,747
  • 7
  • 41
  • 50
2
votes
1 answer

use svn log as debian package changelog

I want to use my svn log as debian/changelog file used by dpkg-buildpackage in package building. I tried svn2cl in subversion-tools package to create a changelog from svn log but it is not formatted as a standard debian changelog.
amin
  • 621
  • 1
  • 8
  • 20
2
votes
2 answers

Is it possible to generate a changelog automatically from Trac?

Does Trac provide a way to automate generation of change logs from a group of tickets? I'm interesting in giving a list of completed tickets to someone with access to Trac, preferably in a human readable format, something like a word doc or…
James McMahon
  • 48,506
  • 64
  • 207
  • 283
2
votes
2 answers

TFS 2010, BuildAgent and MSBuild for changelog.txt with changeset

We use TFS 2010 with VS 2010 for our web projects (php). Since we do not actualy use .proj files I have created my own to do builds (only zip files to output dir). Also we use MSBuild community tasks. My msbuild.proj for my web application (php)…
Hrvoje Kusulja
  • 925
  • 1
  • 11
  • 25
2
votes
1 answer

Semantic release - include in CHANGELOG the commit subject, body and footer

I am trying to configure semantic release to include the subject, body and footer of the commit messages in CHANGELOG.md file, not just the subject of commit message, but no success. In my changelog I still have only the short subject of commit…
2
votes
1 answer

Android: Release Notes Not Showing on Pending Downloads Page in Google Play Store App

I have released an update for my app in the Google Play Store. This is my first update prior to the initial release of the app. Everything seems to have gone according to plan. If I check my store listing page in a browser, the update is live, along…
dt.k
  • 43
  • 6
2
votes
1 answer

Liquibase use a changelog outside of my jar file

I developed an app that uses Liquibase and built a jar file. I was wondering if it is possible to use a changelog file that is outside of the jar file , like for example: -Folder --jar file --changelogFile I know that Liquibase removed the option…
Fabio
  • 343
  • 1
  • 6
  • 17
2
votes
0 answers

standard-version - Avoid link on CHANGELOG.md

I'm starting to use standard-version to generate CHANGELOG.md for my project I've added a .versionrc file that looks like this: { "bumpFiles": [ { "filename": "version.txt", "type": "plain-text" }, { "filename":…
Plastic
  • 9,874
  • 6
  • 32
  • 53
2
votes
1 answer

Conventional changelog custom template - no line return if no closes specified

I am using conventional changelog (https://github.com/conventional-changelog/conventional-changelog) to generate a changelog based on commits, within an Angular app. I Work with bitbucket, and so the default template won't work. So I used the…
Deunz
  • 1,776
  • 19
  • 32
2
votes
3 answers

Using Liquibase with Snowflake

Did anyone try to use the liquibase with Snowflake DW? Trying to create the catalog tables but it's failing while creating the CREATE TABLE STATEMENT. Not sure where the table script is located. I would edit the same. Please let me know if anyone…
2
votes
4 answers

TFS 2010 Change Log

Is there an automated way to create a change log using TFS 2010 and the version history of the files? I'd like to pull in all the comments that were entered for each changeset either between a label (or a specific date) and the current version, or…
BlackICE
  • 8,816
  • 3
  • 53
  • 91
2
votes
2 answers

Single changelog from multiple Git repos

I don't know if this has already been answered, but I couldn't find an answer for my problem. Example scenario is something like this: Developer 1 works on project A Developer 2 works on project B Both developers work on project C (where shared…
Sinan Cetinkaya
  • 427
  • 5
  • 18