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

feat: doc-changelog conventional commits #515

Merged
merged 53 commits into from
Aug 1, 2024
Merged

Commits on Jul 5, 2024

  1. test conventional commits

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c98b8b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f30057 View commit details
    Browse the repository at this point in the history
  3. remove failure condition

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5806c13 View commit details
    Browse the repository at this point in the history
  4. check outcomes of steps

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6967d44 View commit details
    Browse the repository at this point in the history
  5. add shell line

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f4feb38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4668e3 View commit details
    Browse the repository at this point in the history
  7. add quotes around pr_title

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    54b3bef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05c6fe7 View commit details
    Browse the repository at this point in the history
  9. fix cc_type?

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    184952d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ece8be8 View commit details
    Browse the repository at this point in the history
  11. fix quotes

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a54e98c View commit details
    Browse the repository at this point in the history
  12. fix boolean

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    026b5b8 View commit details
    Browse the repository at this point in the history
  13. move quotes

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    eed2cb3 View commit details
    Browse the repository at this point in the history
  14. call env var directly

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    58f8eaa View commit details
    Browse the repository at this point in the history
  15. double curly brackets

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    101b42c View commit details
    Browse the repository at this point in the history
  16. test

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3e3b9e9 View commit details
    Browse the repository at this point in the history
  17. use cut command instead

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c9032c0 View commit details
    Browse the repository at this point in the history
  18. pr title directly in bash

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3283fd1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9c497e7 View commit details
    Browse the repository at this point in the history
  20. change to colon_index

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    98f412a View commit details
    Browse the repository at this point in the history
  21. wrap in double quotes

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    760cc02 View commit details
    Browse the repository at this point in the history
  22. wrap string in bool

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c077b26 View commit details
    Browse the repository at this point in the history
  23. use colon_index

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6539c90 View commit details
    Browse the repository at this point in the history
  24. add print statements

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6c77a94 View commit details
    Browse the repository at this point in the history
  25. remove print statements

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e121d16 View commit details
    Browse the repository at this point in the history
  26. remove colon

    klmcadams committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a29eb8d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    502cbc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b2b52 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    32c6eff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e825200 View commit details
    Browse the repository at this point in the history
  3. import os

    klmcadams committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    026c3b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e53b485 View commit details
    Browse the repository at this point in the history
  5. add doc-changelog to path

    klmcadams committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3ffa3fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    127fda5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92a7169 View commit details
    Browse the repository at this point in the history
  8. fix import statement

    klmcadams committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f8a05ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b09e253 View commit details
    Browse the repository at this point in the history
  10. remove argparse

    klmcadams committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6090532 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    a8e5c6c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    b950aaa View commit details
    Browse the repository at this point in the history
  2. remove if statement

    klmcadams committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5bc1ffc View commit details
    Browse the repository at this point in the history
  3. simplify logic

    klmcadams committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8004d85 View commit details
    Browse the repository at this point in the history
  4. pip install toml

    klmcadams committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b2546f2 View commit details
    Browse the repository at this point in the history
  5. quotes around env

    klmcadams committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    fc6f7ec View commit details
    Browse the repository at this point in the history
  6. add quotes

    klmcadams committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    68d1da7 View commit details
    Browse the repository at this point in the history
  7. fix repo owner?

    klmcadams committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cc91e0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f616d52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3832c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9eff2d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9b34ce0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    c67525c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    9b98932 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. feat: doc-changelog allow breaking changes symbol in conventional com…

    …mit type (#529)
    
    Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
    Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com>
    3 people authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    14b9fba View commit details
    Browse the repository at this point in the history