Skip to content

Commit

Permalink
1.20.1 actions (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Dec 16, 2023
1 parent d44ae42 commit 9da32a9
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 357 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Want to request a feature?
title: ''
labels: Feature
labels: enhancement
assignees: ''

---
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/issue_report.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
name: Issue report
about: Visit the forum first for issues with crashes.
about: Visit the discord first for issues with crashes.
title: ''
labels: Triage
labels: triage
assignees: ''

---

<!-- Thank you for reporting! -->

<!-- For support with crashes and issues, please create a post on the forum instead: -->
<!-- https://www.minecraftforge.net/forum/forum/18-support-bug-reports/ -->
<!-- For support with crashes and issues, please make a post in #user-support channel in NeoForge Discord instead: -->
<!-- https://discord.gg/UvedJ9m -->

**Minecraft Version:** {Minecraft version}

**Forge Version:** {Forge version. *Version number, not latest/rb*}
**NeoForge Version:** {NeoForge version. *Version number, not latest/rb*}

**Logs:** {Link(s) to GitHub Gist with full latest.log and/or crash report}

Expand Down
43 changes: 0 additions & 43 deletions .github/stale.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/build-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- opened
- ready_for_review
- reopened
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -34,6 +35,7 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: setup
cache-read-only: false

- name: Build with Gradle
uses: gradle/gradle-build-action@v2
Expand Down
30 changes: 30 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Release

on:
push:
branches:
- '1.*'

permissions:
contents: read
statuses: write

jobs:
release:
uses: neoforged/actions/.github/workflows/gradle-publish.yml@main
with:
java: 17
pre_gradle_tasks: setup
gradle_tasks: publish
# Unlike on 1.20.2+, 1.20.1 still uses the 'old' versioning scheme
# version_labels: -beta, -stable

# We only publish the main repository. This way we avoid publishing Kits
if: ${{ github.repository == 'neoforged/NeoForge' }}
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
GPG_SUBKEY: ${{ secrets.GPG_SUBKEY }}
GPG_SUBKEY_ID: ${{ secrets.GPG_SUBKEY_ID }}
GPG_SUBKEY_PASSWORD: ${{ secrets.GPG_SUBKEY_PASSWORD }}
104 changes: 0 additions & 104 deletions .teamcity/pom.xml

This file was deleted.

Loading

0 comments on commit 9da32a9

Please sign in to comment.