From 64001809f3ddea47e4d401bb0763194430295720 Mon Sep 17 00:00:00 2001 From: semrel-sync-bot Date: Mon, 1 Jun 2026 10:53:05 +0000 Subject: [PATCH] chore: sync from plugin-template@67f96d0 -- CODE_OF_CONDUCT.md CONTRIBUTING.md Dockerfile --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 6 +++--- Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 2576b15..152ef8a 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,6 +1,6 @@ # Code of Conduct -{{PROJECT_NAME}} is committed to providing a welcoming and harassment-free community. +generator-release-notes is committed to providing a welcoming and harassment-free community. ## Our Pledge diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7633fa5..d780eca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to {{PROJECT_NAME}} +# Contributing to generator-release-notes Thank you for your interest in contributing. @@ -11,11 +11,11 @@ Thank you for your interest in contributing. ## Workflow 1. Fork the repository and clone it locally -2. Create a topic branch from `{{DEFAULT_BRANCH}}` +2. Create a topic branch from `main` 3. Keep changes focused and easy to review 4. Run the relevant tests, lint checks, and build steps for the repo type 5. Update docs when behavior, APIs, or contributor workflow changes -6. Open a pull request against `{{DEFAULT_BRANCH}}` +6. Open a pull request against `main` ## Commit Messages diff --git a/Dockerfile b/Dockerfile index c63b9ed..4c181c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 -# SPDX-FileCopyrightText: 2026 The plugin-template Authors +# SPDX-FileCopyrightText: 2026 The generator-release-notes Authors -FROM golang:1.24-alpine AS build +FROM golang:1.25-alpine AS build WORKDIR /src RUN apk add --no-cache ca-certificates git COPY go.mod go.sum ./