Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AbsaOSS/generate-release-notes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: AbsaOSS/generate-release-notes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 8 commits
  • 25 files changed
  • 1 contributor

Commits on Nov 8, 2024

  1. #108 - Do Not Persist Credentials - Workflows (#109)

    - Disabled saving of credential in all checkout actions.
    miroslavpojer authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    655c2c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. #110 - Introduce GH actions for version tag check and release notes p…

    …resence (#111)
    
    * #110 - Introduce GH actions for version tag check and release notes presence
    - Switched to use new GH action. Simplified workflow files.
    miroslavpojer authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    66e52bd View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. # Remove setup.py - it is not needed (#114)

    - This file was introduces during deployment experiments.
    - It is not needed in current solution as we are deployed like a GH Action to the marketplace.
    - No setuptools or similar tooling used.
    miroslavpojer authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2bb8803 View commit details
    Browse the repository at this point in the history
  2. Feature/45 skip release notes should allow multiple entires (#113)

    * #45 - skip-release-notes should allow multiple entires
    - Implemented the code.
    - Update of docs.
    miroslavpojer authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ad368d7 View commit details
    Browse the repository at this point in the history
  3. #57 - Configurable regex-based Release note detection in the PR body (#…

    …112)
    
    * #57 - Configurable regex-based Release note detection in the PR body
    - Release notes title can be defined by user.
    - Release notes title can be defined by regex.
    miroslavpojer authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    adeae67 View commit details
    Browse the repository at this point in the history
  4. Do not fail when unknown placeholder received (#115)

    * # Do not fail when unknown placeholder received
    - ActionInput now can hold static values.
    - Improved unknown placeholder logic for detection and removing of them.
    miroslavpojer authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    9191d81 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    9275384 View commit details
    Browse the repository at this point in the history
  2. #117 - Already releases issue are returned from GitHub API (#118)

    * #117 - Already releases issue are returned from GitHub API
    - Added new filtration logic for received issues from GH API. These issues should already be filtered, but there is an error.
    - Added new debug message for observing creation time of GH Releases.
    miroslavpojer authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    57bc46d View commit details
    Browse the repository at this point in the history
Loading