8000 Comparing trunk-io:main...rriski:main · trunk-io/trunk-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: trunk-io/trunk-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rriski/trunk-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 30, 2024

  1. feat: add 'lowercase-title' option to upgrade action

    Adds 'lowercase-title' option to the 'trunk-action/upgrade' action.
    Specifying the option converts the PR / commit title "Upgrade trunk"
    to lowercase, i.e. "upgrade trunk"
    
    Example usage:
    
      - uses: trunk-io/trunk-action/upgrade@v1
        with:
          prefix: "chore(deps): "
          lowercase-title: true
    
    This change makes it possible to use the trunk upgrade action in a way
    that conforms to the commitlint '@commitlint/config-conventional'
    configuration which specifies that commit message subject must not be
    sentence-case, start-case, pascal-case, upper-case. With the default
    commit message title "Upgrade trunk" and `prefix: "chore(deps): "` the
    following error is emitted by commitlint using `config-conventional`:
    
      ⧗   input: chore(deps): Upgrade trunk to 1.19.0
      ✖   subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
    
      ✖   found 1 problems, 0 warnings
      ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
    rriski committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1e30a6d View commit details
    Browse the repository at this point in the history
Loading
0