Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

feat(action): changelog/update - Update CHANGELOG.md with new version

Aperta
#38 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@aRustyDev ci sta già lavorando.

Dal 27/1/2026.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

enhancement new-action

Parent Epic

Part of #22 (Atomic Release Pipeline Actions)

Priority

P1 - Release support for W5/W6

Description

Create a composite action that updates a CHANGELOG.md file with a new version section.

Inputs

Input Required Default Description
changelog-path Yes - Path to CHANGELOG.md
version Yes - Version number
content Yes - Changelog content to insert
date No today Release date (YYYY-MM-DD)
create-if-missing No true Create file if it doesn't exist

Outputs

Output Description
updated "true" if file was modified
created "true" if file was created

Usage Example

- uses: arustydev/gha/actions/changelog/generate@v1
  id: gen

- uses: arustydev/gha/actions/changelog/update@v1
  with:
    changelog-path: charts/my-chart/CHANGELOG.md
    version: "1.3.0"
    content: ${{ steps.gen.outputs.changelog }}

Implementation Notes

  • Inserts new version section after header
  • Creates Keep-a-Changelog format file if missing
  • Preserves existing content
  • Handles [Unreleased] section if present

Source Reference

helm-charts/.github/scripts/version-bump.sh:

  • generate_changelog() - file creation and update logic

Related

  • #35 - changelog/extract-version (complementary)
  • #36 - changelog/generate (complementary)
Lingua principale
Shell
Stelle
0
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Preparare l'ambiente

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di aRustyDev/gh

Tutte le issue di aRustyDev/gh

Issue simili

Altre issue su Shell/Bash

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.