kopia lustrzana https://github.com/gaul/s3proxy
Rip out useless semantic lint
rodzic
6fef2aa779
commit
687973ba78
|
@ -34,19 +34,6 @@ jobs:
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: "14"
|
node-version: "14"
|
||||||
- name: Semantic Release
|
|
||||||
id: version
|
|
||||||
uses: cycjimmy/semantic-release-action@v3.0.0
|
|
||||||
with:
|
|
||||||
semantic_version: 17
|
|
||||||
extra_plugins: |
|
|
||||||
@semantic-release/exec
|
|
||||||
@semantic-release/git
|
|
||||||
@google/semantic-release-replace-plugin
|
|
||||||
conventional-changelog-conventionalcommits
|
|
||||||
dry_run: true
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: docker_action_meta
|
id: docker_action_meta
|
||||||
uses: docker/metadata-action@v4.0.1
|
uses: docker/metadata-action@v4.0.1
|
||||||
|
@ -161,18 +148,6 @@ jobs:
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: "14"
|
node-version: "14"
|
||||||
- name: Semantic Release
|
|
||||||
if: github.event_name != 'pull_request' && needs.meta.outputs.dockerhub-publish == 'true'
|
|
||||||
id: version
|
|
||||||
uses: cycjimmy/semantic-release-action@v3.0.0
|
|
||||||
with:
|
|
||||||
semantic_version: 17
|
|
||||||
extra_plugins: |
|
|
||||||
@semantic-release/exec
|
|
||||||
@semantic-release/git
|
|
||||||
conventional-changelog-conventionalcommits
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- name: Setup regctl
|
- name: Setup regctl
|
||||||
if: github.event_name != 'pull_request' && needs.meta.outputs.dockerhub-publish == 'true'
|
if: github.event_name != 'pull_request' && needs.meta.outputs.dockerhub-publish == 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
name: "Lint PR"
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request_target:
|
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
- edited
|
|
||||||
- synchronize
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
main:
|
|
||||||
name: Validate PR title
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: amannn/action-semantic-pull-request@v4
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
17
.releaserc
17
.releaserc
|
@ -25,22 +25,5 @@
|
||||||
name: 'develop\/.*',
|
name: 'develop\/.*',
|
||||||
prerelease: true
|
prerelease: true
|
||||||
}
|
}
|
||||||
],
|
|
||||||
plugins: [
|
|
||||||
[
|
|
||||||
"@semantic-release/commit-analyzer",
|
|
||||||
{
|
|
||||||
"preset": "conventionalcommits",
|
|
||||||
"presetConfig": "conventional-changelog-conventionalcommits"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"@semantic-release/release-notes-generator",
|
|
||||||
["@semantic-release/git", {
|
|
||||||
"assets": [
|
|
||||||
"pom.xml",
|
|
||||||
],
|
|
||||||
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
|
|
||||||
}],
|
|
||||||
["@semantic-release/github"],
|
|
||||||
]
|
]
|
||||||
}
|
}
|
Ładowanie…
Reference in New Issue