changelog Questions

8

Solved

I am getting the following liquibase error when I run my Spring Boot application: Specifying files by absolute path was removed in Liquibase 4.0. Please use a relative path or add '/' to the classp...
Longs asked 21/8, 2021 at 16:28

3

We have an ONGOING.md file where each developer adds item when pushing code. It looks like : ### Added - item 1 ### Changed - item 2 It happened all the time that lines got overwritten when pul...
Livelihood asked 5/9, 2018 at 10:24

3

Solved

I'm stuck with a silly but annoying problem with implementing Liquibase to my existing project. After a lot of struggling I got it to work when starting the application, it runs through the master ...
Vitiated asked 5/6, 2020 at 21:11

3

Solved

Here is the package I'm working on currently. This is the first time I'm trying to enforce the conventional changelog format and use semantic release versioning. The releasing itself works fine, I...
Physiotherapy asked 31/1, 2016 at 15:58

10

Solved

Is there an easy way or command to get all git commits up to a specific tag to generate an automatic changelog for a project? I always tag my git repos with a version number like v0.1.0 and for ins...
Knock asked 12/9, 2011 at 12:10

2

Solved

I like standard-version as it updates the changelog using git commits but for a project I'm working on versioning is managed by another command - and HAS to stay like this. Is there a way of just g...
Stripling asked 18/1, 2020 at 11:25

7

Solved

I am about to release an update for my companies android app. The previous guy who wrote the app has now left, and I was just wondering how I change what appears in the What's New section in google...
Lashandralashar asked 29/11, 2013 at 0:5

1

Solved

Using semantic-release in our Github workflows. They are setup like this: [ {name: 'main', prerelease: false}, {name: 'staging', prerelease: true}, {name: 'development', prerelease: true} ] Pus...
Paleolith asked 25/11, 2020 at 17:14

8

Solved

Is there a way to automatically generate a change log from Github issues? Ideally I want to be able to point at a closed milestone and generate either a plain text list of closed issues with their...
Buell asked 19/2, 2013 at 15:5

1

Solved

I'm working on a project which consists of multiple git repositories. There are multiple microservices, a frontend, some npm-packages and gateway containers, etc. As I often run into the problem th...
Poachy asked 27/11, 2020 at 22:15

1

Solved

In VS Code, I use markdownlint for my markdown files. I like the rules that it imposes except for my CHANGELOG.md file (see keepachangelog.com). Is there a way to have one set of rules for most of ...
Jeannettajeannette asked 9/12, 2020 at 14:30

1

Solved

When a Jenkins jobe builds it comes with a changes page located at https://jenkins.server/jenkins/job/job-name/changes. I know the purpose is to display SCM / git changes but what exactly is it? ...
Hughett asked 29/9, 2017 at 13:3

3

Is there any way to automatically generate change logs from commit messages to a file called CHANGELOG.md in a GitHub repo? Might be possible using a service hook on a repo?
Antichrist asked 18/5, 2013 at 1:4

5

Solved

for my app i want to implement a changelog, but dont know how (which concept). I want, that the changelog pops up once a time after new version of my app installed. Sounds easy, but i have no clue...
Diannadianne asked 24/1, 2012 at 14:6

0

I have following aliases in my .gitconfig to automate my tag annotations (using my git tag-release alias): [alias] lm = log --pretty=format:'(%h) %s%n%w(72,10,10)%b%w(72,0,0)by %an on %ad%n' --da...
Hardboiled asked 26/9, 2018 at 13:42

4

Solved

Is there a simple way to have TeamCity include a text or html change-log as one of its output artifacts? Perhaps I need to go down the route of having msbuild or some other process create the chan...
Leeanneleeboard asked 30/11, 2010 at 19:0

4

Solved

Is there any way to import the changelog that is generated by Jenkins to the subject of an email (either through the default email, or the email-ext plugin)? I am new to Jenkins configuration, so...
Slaver asked 14/10, 2011 at 20:8

2

Solved

I have been generating change logs in subversion using the svn log command. To make it easier to read, I'd like to add a newline after each revision's comments. If the output initially appears like...
Maureen asked 13/6, 2014 at 17:47

1

I want to set up a GitHub project to use conventional-changelog standard version to generate its changelog. We use a squash and merge workflow to merge PRs into our main development branch. Is the...
Quintessence asked 2/2, 2017 at 20:38

1

I'm trying to generate changelog to a project (repo in bitbucket.org), but I can't find an easy solution. We are using this pattern (<type>(<scope>): <subject>) to fill the co...
Subcontract asked 29/11, 2016 at 12:10

11

Solved

I've been using Git for a while now, and I recently started using it to tag my releases so that I could more easily keep track of changes and be able to see which version each of our clients ...
Persona asked 19/8, 2010 at 15:43

4

Solved

I try to log any changes of my JPA entities. For this reason each entity inherits from an abstract entity class which has a list of LogEntry objects. AbstractEntity class: @Entity @Inheritance(s...
Dr asked 28/3, 2013 at 11:6

3

Solved

I'm a noob with git and i would like to know the best practice to create tags and generate/mantain a changelog. Until now, i always created a readme.md and manually indicate (in the section "chang...
Rhatany asked 12/8, 2013 at 8:2

3

I am searching for a solution, to tag changesets in commit messages. For me a "tag" is something like: code clean up user visible change modifies database structure (ALTER TABLE) Documentation c...
Marcello asked 5/1, 2012 at 10:54

1

Solved

Currently Liquibase has some limitations when you try to generate change logs on an existing database. It does not export the following types of objects: Stored procedures, functions, packages Tr...
Gastrula asked 4/3, 2014 at 12:40

© 2022 - 2024 — McMap. All rights reserved.