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: goreleaser/goreleaser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: goreleaser/goreleaser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 17 commits
  • 51 files changed
  • 5 contributors

Commits on Jan 14, 2022

  1. chore: refresh tags

    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    cf4271c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. chore(ci): remove stale trigger paths (#2836)

    .github/workflows/htmltest.yml no longer exists, and the www/* path
    catches changes to www/htmltest.yml.
    twpayne authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    87151f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. feat: manpages (#2837)

    * feat: manpages
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: section
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * feat: use mango instead
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: improvements
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: unused
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    ae58345 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. fix: include manpages on the tar.gz

    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    2c6b51c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. feat: arch user repository integration (#2838)

    * feat: aur PKGBUILD integration
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * feat: guess install, improve formatting
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: more deterministic
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * feat: binary releases, push, more tests
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * feat: accept key as text
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * feat: improvements
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * feat: srcinfo
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: compile
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: everything
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: lint
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * feat: renames, docs, etc
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * docs: link to docs
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: go mod tidy, title
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: srcinfo tmpl
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: missing close quote
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: templates
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: always defaults conflicts and provides
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: ssh command
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: maintainers can be a list
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: ensure -bin suffix, more tests and docs
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: this will never happen
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: whitespaces
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: goreleaser config
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    b02bec9 View commit details
    Browse the repository at this point in the history
  2. docs: update

    actions-user committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    ebbcb29 View commit details
    Browse the repository at this point in the history
  3. docs: update docs and schema

    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    592e763 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. fix(aur): use StrictHostKeyChecking=accept-new by default

    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    acddce5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Configuration menu
    Copy the full SHA
    7a2fc16 View commit details
    Browse the repository at this point in the history
  2. feat: write a dist/metadata.json (#2845)

    * feat: write a dist/metadata.json
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: comments
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: lint
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: test
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: lint
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: lint
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * test: added one more test
    caarlos0 authored Jan 23, 2022
    Configuration menu
    Copy the full SHA
    aad1e1e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. test: group by id

    caarlos0 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    45c0e2b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. fix: pre-commit hook (#2849)

    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e661f22 View commit details
    Browse the repository at this point in the history
  2. fix: lint issues (#2848)

    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    bb0d50f View commit details
    Browse the repository at this point in the history
  3. chore(ci): pass down AUR_KEY

    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    9aa00c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f42fe8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f36f2e View commit details
    Browse the repository at this point in the history
  6. fix(aur): version must be numbers only (#2850)

    * fix(aur): version must be numbers only
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: format
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * fix: revert removed line
    caarlos0 authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    a1447a3 View commit details
    Browse the repository at this point in the history
Loading