1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-10 12:46:12 +02:00

feat: rename branch to main (#400)

This commit is contained in:
Carlos Alexandro Becker 2021-11-12 17:18:34 -03:00 committed by GitHub
parent b909114591
commit eaf42de445
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 14 deletions

View File

@ -7,7 +7,7 @@
on Slack (join via [this link](https://invite.slack.golangbridge.org)) or on
[StackOverflow](https://stackoverflow.com/tags/goreleaser) first;
* make sure to read our
[Code of Conduct](https://github.com/goreleaser/goreleaser/blob/master/CODE_OF_CONDUCT.md).
[Code of Conduct](https://github.com/goreleaser/goreleaser/blob/main/CODE_OF_CONDUCT.md).
---

View File

@ -5,7 +5,7 @@ on:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:

View File

@ -3,7 +3,7 @@ name: docs
on:
push:
branches:
- 'master'
- 'main'
paths:
- '.github/workflows/htmltest.yml'
- 'www/*'

View File

@ -3,7 +3,7 @@ name: generate
on:
push:
branches:
- 'master'
- 'main'
paths:
- '.github/workflows/generate.yml'
- 'www/*'
@ -33,4 +33,4 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: update cmd docs"
branch: master
branch: main

View File

@ -4,7 +4,6 @@ on:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:

View File

@ -3,7 +3,7 @@ name: lock-inactive
on:
push:
branches:
- 'master'
- 'main'
schedule:
- cron: '0 * * * *'

View File

@ -1,6 +1,6 @@
# Contributing
By participating to this project, you agree to abide our [code of conduct](https://github.com/goreleaser/nfpm/blob/master/CODE_OF_CONDUCT.md).
By participating to this project, you agree to abide our [code of conduct](https://github.com/goreleaser/nfpm/blob/main/CODE_OF_CONDUCT.md).
## Setup your machine
@ -80,8 +80,7 @@ See #284
## Submit a pull request
Push your branch to your `nfpm` fork and open a pull request against the
master branch.
Push your branch to your `nfpm` fork and open a pull request against the main branch.
## Financial contributions

View File

@ -6,7 +6,7 @@
<a href="https://github.com/goreleaser/nfpm/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/goreleaser/nfpm.svg?style=for-the-badge"></a>
<a href="/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge"></a>
<a href="https://github.com/goreleaser/nfpm/actions?workflow=build"><img alt="GitHub Actions" src="https://img.shields.io/github/workflow/status/goreleaser/nfpm/build?style=for-the-badge"></a>
<a href="https://codecov.io/gh/goreleaser/nfpm"><img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/goreleaser/nfpm/master.svg?style=for-the-badge"></a>
<a href="https://codecov.io/gh/goreleaser/nfpm"><img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/goreleaser/nfpm/main.svg?style=for-the-badge"></a>
<a href="https://goreportcard.com/report/github.com/goreleaser/nfpm"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/goreleaser/nfpm?style=for-the-badge"></a>
<a href="https://pkg.go.dev/github.com/goreleaser/nfpm/v2"><img alt="Go Doc" src="https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge"></a>
<a href="https://github.com/goreleaser"><img alt="Powered By: GoReleaser" src="https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=for-the-badge"></a>

View File

@ -3,5 +3,5 @@
This page will eventually have information for those who want to contribute
to the project.
Also check the [CONTRIBUTING.md](https://github.com/goreleaser/nfpm/blob/master/CONTRIBUTING.md)
Also check the [CONTRIBUTING.md](https://github.com/goreleaser/nfpm/blob/main/CONTRIBUTING.md)
file on the root of our repository.

View File

@ -22,5 +22,5 @@ You can learn about it in more detail in the [command line reference section](/c
## Go Library
Check out the [GoDocs page](https://pkg.go.dev/github.com/goreleaser/nfpm/v2?tab=doc),
the [nFPM command line implementation](https://github.com/goreleaser/nfpm/blob/master/cmd/nfpm/main.go)
the [nFPM command line implementation](https://github.com/goreleaser/nfpm/blob/main/cmd/nfpm/main.go)
and [GoReleaser's usage](https://github.com/goreleaser/goreleaser/blob/master/internal/pipe/nfpm/nfpm.go).

View File

@ -4,7 +4,7 @@ site_description: nFPM is not FPM - a simple deb, rpm and apk packager written i
copyright: Made with ❤️ by GoReleaser contributors.
repo_name: goreleaser/nfpm
repo_url: https://github.com/goreleaser/nfpm
edit_uri: edit/master/www/docs/
edit_uri: edit/main/www/docs/
theme:
name: material