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: 0.1.1
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.2.0
Choose a head ref
  • 17 commits
  • 22 files changed
  • 1 contributor

Commits on Jan 16, 2024

  1. Feature/6 add two types of commit ranges (#10)

    Add support for initial and following commit compares.
    miroslavpojer authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f97c2f0 View commit details
    Browse the repository at this point in the history
  2. Fix PRs without Issue sorting. (#12)

    The problem with ordering is fixed.
    miroslavpojer authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6af3672 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Added FAQ section with first question and answer. (#17)

    * Fixed the wrong label used for chapter bug fixes. The bug is the correct value used in templates.
    * Added FAQ section with received questions and prepared answers for them.
    miroslavpojer authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d4cdfa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Feature/20 add new warning chapter for merged p rs linking opened iss…

    …ues (#21)
    
    * Add new logic to detect PRs linking to Issue in Open state.
    * Updated titles and defaults messages of warning chapters.
    miroslavpojer authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    13e5c01 View commit details
    Browse the repository at this point in the history
  2. Feature/19 add support for more release notes comments in one issue (#22

    )
    
    * Updated release notes mining logic to collect release notes from all comments.
    * Update of README.md file to mention latest changes.
    miroslavpojer authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0737108 View commit details
    Browse the repository at this point in the history
  3. Implemented new logic. User can newly decide if action will be search…

    …ing from latest release created-at or published-at point. (#27)
    
    Implemented new logic. User can newly decide if action will be searching from latest release created-at or published-at point.
    miroslavpojer authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6aae252 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Prepared yml file. To test it has to be merged. (#28)

    * Prepared yml file. To test it has to be merged.
    miroslavpojer authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6539bf2 View commit details
    Browse the repository at this point in the history
  2. Added two yml file to check and migrate PR release notes comment (#30)

    * Added two yml file to check and migrate PR release notes comment
    miroslavpojer authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c7983a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ec58f7 View commit details
    Browse the repository at this point in the history
  4. #15 #23 #24 -new inputs and new warning chapter (#32)

    * Implemented logic:
    - Introduced a new warning chapter for closed not merged PRs.
    - Introduced a new logic for filtering out Issues and PRs using user-defined or default labels.
    - Introduced a new logic to control whether empty chapters are printed or not.
    miroslavpojer authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    106a158 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    ec6751f View commit details
    Browse the repository at this point in the history
  2. #34 - Introduce unit tests (#35)

    #34 - Introduce unit tests
    - Implemented unit tests and mock logic.
    - Rework of exit calls and exception throwing to use core.setFailed().
    - Fix failing usage in yml file.
    - Fixed bug in PR before 'since' decision logic.
    miroslavpojer authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6acadaf View commit details
    Browse the repository at this point in the history
  3. # 33 - Make more robust Release notes comment logic (#36)

    - Improved logic to check release notes lines for presence of '-'. If not present add it with required indent.
    miroslavpojer authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2f143f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Feature/26 introduce idea of pr without issue as part for user define…

    …d chapters (#37)
    
    #26 - Introduce the idea of PR without Issue as part of user-defined chapters
    - introduced logic to work with PR without linked Issues like with Issues
    - removed code duplication from logic extension "extraction of Release notes" from comments.
    - fix similar methods to get issues and PR contributors.
    - improved method `parseChaptersJson`
    - Added new related test.
    - Implemented logic to add PR without linking issues to custom chapters.
    - Added new related test.
    - Added logic to identify Duplicate mentions of already printed Issues or PR in custom chapters.
    - Simplified duplicate string as GitHub does not support colors.
    miroslavpojer authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2146b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5a3a82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fea6a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Fixed ordering of rows for all chapters. (#39)

    Fixed ordering of chapters. They are ordered from the oldest one (the lowest issue or pr number).
    miroslavpojer authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    cd4f7f2 View commit details
    Browse the repository at this point in the history
Loading