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
4
votes
4 answers

Pop-Up Window at inital start up, of android application

I am trying to find a code that will do a popup at the initial start up on an installed app. Much like a changelog that is starting to appear in more and more apps. I have found some similar codes, but being a beginner I haven't been able to figure…
Josh Fairbank
  • 151
  • 1
  • 2
  • 6
4
votes
2 answers

modify SVN change log

I'm using VisualSVN and tortoise to work with an SVN repository. Someone needed some folders moved from one location to a new location in the same repostiory. I goofed up though and just copy/pasted the old folders into the new location (didn't…
Anthony
  • 41
  • 1
4
votes
2 answers

How to set up "Git Changelog" in Jenkins?

https://wiki.jenkins-ci.org/display/JENKINS/Git+Changelog+Plugin First, I only see what's in my screenshot, can't find the "Print on job summary page" and "Create file" sections. Then I got the error shown below. Can anyone show me how to properly…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
4
votes
2 answers

grails changelog preconditions not doing anything

I am trying to make changes to the database using the changelog. Since I cannot guarantee that the values currently exist for the specific code, but could exist, I need to be able to check for them in order to either do an insert or an update. Here…
k_jaeger
  • 61
  • 1
  • 6
4
votes
1 answer

check the php version compatibility of a php script

I have a php script. I want to check the php version compatibility that each function of this script has. For example the script has the hash() function. If we look at php.net site it says that this function was added (PHP 5 >= 5.1.2, PECL hash >=…
4
votes
0 answers

Looking for great examples of web app changelogs

I've been working on a web app (in beta) for company for the past few months. Now that we're at the point of release, looking back, we should have had a better versioning system in place. We've got a ruleset in place for future releases, so I'm…
ToddSmithSalter
  • 715
  • 6
  • 20
4
votes
2 answers

Automated Changelog using JIRA, GitHub, and Jenkins

My team recently switched to all three technologies in the past several months and have worked hard to get it up and running. Next step is automating our changelogs. We have JIRA set up look for the tags (ex. TAG-123) in github commit messages. …
emragins
  • 4,607
  • 2
  • 33
  • 48
4
votes
1 answer

android repo changelog

I have downloaded the android source repository with repo as documented. After that I'm synchronizing with 'repo sync' on a regular basis. That all works fine. However, I would like to obtain a list of recent changes between the different syncs. How…
3
votes
1 answer

Jenkins: how to save changelog for build

I have Jenkins-CI and C++ project under SVN. How to save changelog between successfull builds into text (or html) file ? Does Jenkins have any variable/temp file with content of .../changes page?
NMI
  • 134
  • 1
  • 8
3
votes
0 answers

Gitlab Changelog API: Writing CHANGELOG that works with GitLab Pages

The GitLab Changelog API amends CHANGELOG.md with commit title and merge request information. However, it does it in a way to only work within GitLab UI (i.e., project-name@long-hash). My use case is to also publish the CHANGELOG.md using mkdocs…
astrochun
  • 1,642
  • 2
  • 7
  • 18
3
votes
0 answers

Is there a way to ignore specific changelog md file on npm publish?

I have an npm package where during ci/cd pipeline two changelog files are generated before the publish: CHANGELOG.md and CHANGELOG_INTERNAL.md First one goes to npm package normally, the second is meant for internal usage and shows some extra…
Slava.In
  • 597
  • 1
  • 9
  • 22
3
votes
0 answers

Is there a way to easily create release notes with the list of changes (commit) and merge requests on Gitlab?

I have a Gitlab project with a repository containing submodules (subrepo). Is there an easy way to generate a release note containing the list of changes and merge requests by bundles that occurred on a certain date over a specific period…
Christophe
  • 63
  • 5
3
votes
1 answer

Prevent automatic changelog merging

I have the following setup: I use Keep a Changelog (https://keepachangelog.com/) I use Git with GitHub I follow the Gitflow Workflow Precondition: The changelog is saved in a file named CHANGELOG.md in the develop branch which looks partly like…
3
votes
1 answer

standard-version changeLog generation problem with pathspec

I've tried to install it locally yarn add -D standard-version package and use it for release versioning and changeLog.md generation, But when I run yarn release which is standard-version, it will generate changeLog and does the version updating,…
SeyyedKhandon
  • 5,197
  • 8
  • 37
  • 68
3
votes
0 answers

In Liquibase what is the reasonable limitation for the number of migrations / changesets

In my understanding, every liquibase update run goes through the complete changelog file for every changeset met it calculates it's MD5 sum value and for every changeset checks it against DATABASECHANGELOG table to see whether changeset already…
Nementaarion
  • 222
  • 2
  • 13