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

Generate release notes and Changelog using Github #3022

Merged
merged 8 commits into from
Mar 31, 2023

Conversation

Kalaiselvi84
Copy link
Contributor

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug
/kind cleanup
/kind documentation
/kind feature
/kind hotfix

/kind cleanup

What this PR does / Why we need it:

Which issue(s) this PR fixes:

b/271147150

Special notes for your reviewer:

@Kalaiselvi84 Kalaiselvi84 added the kind/cleanup Refactoring code, fixing up documentation, etc label Mar 8, 2023
@Kalaiselvi84 Kalaiselvi84 added this to the 1.31.0 milestone Mar 8, 2023
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 6ed906c3-06ea-4715-9c3a-3dc14f62de5e

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@markmandel
Copy link
Member

Let's add the changes we expect to see in the release notes too please.

@google-oss-prow google-oss-prow bot added size/M and removed size/S labels Mar 10, 2023
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: d04b8938-0fe2-4b50-8ba3-fb749d12b16b

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@google-oss-prow google-oss-prow bot added size/L and removed size/M labels Mar 10, 2023
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: ff7ec30a-0584-4c2b-b338-cc6449cd8ddd

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/googleforgames/agones.git pull/3022/head:pr_3022 && git checkout pr_3022
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.31.0-b812be8-amd64

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: a8187865-45b2-466d-9b0e-91bcbd72e9fe

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/googleforgames/agones.git pull/3022/head:pr_3022 && git checkout pr_3022
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.31.0-b5bdeb7-amd64

Copy link
Member

@markmandel markmandel left a comment

Choose a reason for hiding this comment

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

This looks great! Nice changes overall on the release checklist (as an aside, if you ever want to make improvements, please feel free to do so).

Just some minor things, and I think this will be good for the next release 👍🏻

changelog:
exclude:
labels:
- area/meta
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- area/meta

So I realised something - our release docs are wrong, we don't ignore area/meta at all!

- question
- invalid
- wontfix
- priority/wontfix
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- priority/wontfix

I don't think we have this label anywhere?

- wontfix
- priority/wontfix
categories:
- title: Breaking Changes
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- title: Breaking Changes
- title: Breaking changes

Just for capitalisation consistency.

- title: Fixed bugs
labels:
- kind/bug
- title: Security
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- title: Security
- title: Security fixes

@@ -23,7 +23,7 @@ and copy it into a release issue. Fill in relevant values, found inside {}

- [ ] Run `make shell` and run `gcloud config configurations activate agones-images`.
- [ ] Review [closed issues with no milestone](https://github.com/googleforgames/agones/issues?q=is%3Aissue+is%3Aclosed+no%3Amilestone++-label%3Ainvalid+-label%3Aduplicate+-label%3Aquestion+-label%3Awontfix++-label%3Aarea%2Fmeta) and add relevant ones to the current milestone.
- Issues tagged as `invalid`, `duplicate`, `question`, `wontfix`, or `area/meta` can be ignored
- Issues tagged as `invalid`, `duplicate`, `question`, `wontfix`, or `area/meta` can be ignored
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- Issues tagged as `invalid`, `duplicate`, `question`, `wontfix`, or `area/meta` can be ignored
- Issues tagged as `invalid`, `duplicate`, `question`, `wontfix`, or `area/meta` don't need review.

I see the confusion in this step - suggestion less ambiguous language. WDYT?

- [ ] Move the CHANGELOG.md to the root of this repository, replacing any previous versions.
- [ ] Ensure the [helm `tag` value][values] is correct (should be {version})
- [ ] Ensure the [helm `Chart` version values][chart] are correct (should be {version})
-For example, if you are creating the {version} release, then you would deploy the {version}-1 service (release minus one, and then replace dots with dashes) [check for this change in GCP -> App Engine/Service]
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
-For example, if you are creating the {version} release, then you would deploy the {version}-1 service (release minus one, and then replace dots with dashes) [check for this change in GCP -> App Engine/Service]
- For example, if you are creating the {version} release, then this would deploy the {version}-1 service (release minus one, and then replace dots with dashes) [check for this change in GCP -> App Engine/Service]

Also was the part in (release minus one, and then replace dots with dashes) [check for this change in GCP -> App Engine/Service] meant to be a markdown link?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It isn't a link, just to confirm the successful deployment in the app engine/ service. Added almost all the steps from the release video here😀

- [ ] Change to the `sdks/nodejs` directory and run the command `npm version {version}+1-dev` to update the package version
- [ ] Move the [`sdks/csharp/sdk/AgonesSDK.nuspec` and `sdks/csharp/sdk/csharp-sdk.csproj`][csharp] to {version}+1-dev
- [ ] Update the [`sdks/unity/package.json`][unity] package file's `Version` field to {version}+1-dev
- [ ] Update the [`sdks/unity/package.json`][unity] package file's `version` field to {version}+1-dev
Copy link
Member

Choose a reason for hiding this comment

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

Since we're fixing things, can we add a link to [unity] down below, so we finally don't have a broken markdown link 😄

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 4a3cdffb-7987-4d9f-a66a-a0648e5bf7bf

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/googleforgames/agones.git pull/3022/head:pr_3022 && git checkout pr_3022
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.31.0-a44319d-amd64

@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Kalaiselvi84, markmandel

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@markmandel markmandel enabled auto-merge (squash) March 31, 2023 16:52
@google-oss-prow google-oss-prow bot removed the lgtm label Mar 31, 2023
@google-oss-prow
Copy link

New changes are detected. LGTM label has been removed.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 6ba72262-4e06-484e-b186-06fe161a6883

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/googleforgames/agones.git pull/3022/head:pr_3022 && git checkout pr_3022
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.31.0-534115c-amd64

@markmandel markmandel merged commit d80264d into googleforgames:main Mar 31, 2023
Kalaiselvi84 added a commit to Kalaiselvi84/agones that referenced this pull request Mar 31, 2023
* Generate release notes using Github

* Apache header included

* update in release checklist

* del a extra space

* fmt file

* few changes in the checklist

* Changes in release files
@Kalaiselvi84 Kalaiselvi84 deleted the issues/271147150 branch March 15, 2024 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved kind/cleanup Refactoring code, fixing up documentation, etc size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants