Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.12.0 #1022

Merged
merged 1 commit into from
Apr 4, 2025
Merged

Release v1.12.0 #1022

merged 1 commit into from
Apr 4, 2025

Conversation

dveeden
Copy link
Collaborator

@dveeden dveeden commented Apr 1, 2025

The changelog was created with github.com/atercattus/changeloger

I also tried this:

diff --git a/go.mod b/go.mod
index f0b704b..a9134ae 100644
--- a/go.mod
+++ b/go.mod
@@ -20,6 +20,7 @@ require (
 
 require (
        filippo.io/edwards25519 v1.1.0 // indirect
+       github.com/atercattus/changeloger v0.0.0-20240510105743-4e6bf06dabcb // indirect
        github.com/davecgh/go-spew v1.1.1 // indirect
        github.com/kr/pretty v0.3.1 // indirect
        github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 // indirect
@@ -34,3 +35,5 @@ require (
        gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
        gopkg.in/yaml.v3 v3.0.1 // indirect
 )
+
+tool github.com/atercattus/changeloger
diff --git a/go.sum b/go.sum
index c0f5a86..5ce2986 100644
--- a/go.sum
+++ b/go.sum
@@ -5,6 +5,8 @@ github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8
 github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
 github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
 github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
+github.com/atercattus/changeloger v0.0.0-20240510105743-4e6bf06dabcb h1:7XZ1upy89upAVUM3JdoLnW+ZtrtEzkLPJA1zgI5xM0M=
+github.com/atercattus/changeloger v0.0.0-20240510105743-4e6bf06dabcb/go.mod h1:NtEgP+wn9iNFyldVb22SEIm3FyevSwPv4cgF6kBBDDU=
 github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
 github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

And then run

go tool github.com/atercattus/changeloger -github-token $(gh auth token) -main-branch master

However this didn't work for me.

I have these remotes setup:

$ git remote -v
origin	[email protected]:dveeden/go-mysql.git (fetch)
origin	[email protected]:dveeden/go-mysql.git (push)
upstream	[email protected]:go-mysql-org/go-mysql.git (fetch)
upstream	[email protected]:go-mysql-org/go-mysql.git (push)

It looks like changeloger expects origin to be pointing to [email protected]:go-mysql-org/go-mysql.git.

Once I changed this it then it created a changelog but didn't stop at the last tag, so it created more lines than needed.

@dveeden dveeden requested review from atercattus and lance6716 April 1, 2025 07:52
@lance6716
Copy link
Collaborator

let wait #1021 to be included into v1.12.0 😄

Copy link
Collaborator

@lance6716 lance6716 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for maintaining this repo. Feel free to merge this PR when you are ready to push a git tag. (No strict order for PR merging or tag pushing I think)

@dveeden dveeden merged commit 34b6b09 into go-mysql-org:master Apr 4, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants