Skip to content

Releases: xkball/XiBao1.7.10

xibao-mc1.12.2-1.0

15 Jan 15:21
Compare
Choose a tag to compare

发布1.12.2版本

main starter and migration packages

15 Jan 15:08
89bcc39
Compare
Choose a tag to compare

Commits

  • 89bcc39: Update README.md (xkball)

1.0.0 starter and migration packages

08 Jan 15:57
Compare
Choose a tag to compare
1.0.0-packages

Merge branch 'master'

xibao-1.7.10-main-1.0.0

08 Jan 15:57
Compare
Choose a tag to compare

xibao-1.7.10-main-1.0.0

master starter and migration packages

08 Jan 15:20
Compare
Choose a tag to compare

Builds

  • update main build script to test automatic version update (Telan)
  • fix maintenance script replacing too much strings (Telan)
  • fix maintenance not picking up version (Telan)
  • refine checkForUpdate (Telan)

Continuous Integration

  • only perform build script maintenance on main branches to avoid conflicts (Telan)
  • configure automatic release only on tags (Telan)
  • refine release structure to work both for example mod and any derivative (Telan)
  • rename job (Telan)
  • fix tag name not being resolved (Telan)
  • fix repo_token and tag expansion (Telan)
  • make "latest" releases on each push to master and remove "latest" releases from tags (Telan)
  • add step to test toolchain compatibility with newer java version > 8 (Telan)
  • workaround server crash not resulting in gradle error; add step to check generated crash report (Telan)
  • try to only setup CI workspace (Telan)
  • try fixing test-crash-reports.sh permissions (Telan)
  • fix naming in toolchain-compatibility.yml; rename pull-request.yml -> build-and-test.yml; add server run check to build-and-test.yml (Telan)
  • remove server fail debugging code (Telan)
  • refine naming (Telan)
  • fix timeout step failing (Telan)
  • also run build and test on main branches; adjust naming (Telan)
  • increase server running period during tests (Dmytro)
  • rename report checking script (Dmytro)
  • refine scripts (Dmytro)
  • fix script syntax (Dmytro)
  • decrease server run time in test (Dmytro)
  • test publishing (Dmytro)
  • use generic repository name for group (Dmytro)
  • use wrapper when publishing tag (Dmytro)
  • provide repository owner and name on publishing (Dmytro)
  • fix typo (Telan)
  • fix typo (Telan)
  • update publishing in release-tags.yml workflow; revert build-and-test.yml (Telan)

Commits

  • 7070520: split workflows to only release on main branches (Telan)
  • f63ca78: fix update-version.sh not pushing HEAD to branch (Telan)
  • 6dac6c2: fix update-version.sh not pushing HEAD to branch (Telan)
  • 8f61c24: debug to check if branch name is correctly obtained (Telan)
  • 4a7186a: run buildscript-maintenance.yml on all branch pushes (Telan)
  • fce3a3e: [ci skip] update build script version to edb7416 (GitHub CI Bot)
  • d1e3a4f: add default MIT license to starter (Dmytro)
  • c2e38ea: exclude original license from starter (Dmytro)
  • 08093da: add template license (Dmytro)
  • add license step to getting started (Dmytro)
  • 599b1f1: Jenkins version string fix (Johann Bernhardt)
  • 757bba8: Added custom gradle command support (Johann Bernhardt)
  • 123de16: Added parameter checks (Johann Bernhardt)
  • b35a11f: Add FAQ and access transformer warning (Johann Bernhardt)
  • 172ec26: Move FAQ to docs (Johann Bernhardt)
  • f8360e2: Fix typo (Johann Bernhardt)
  • e5dbde4: Draft for potential build script update hint (Johann Bernhardt)
  • 724dd6a: Add update check in build.gradle (Johann Bernhardt)
  • 500e5a3: [ci skip] update build script version to b61969b (GitHub CI Bot)
  • c182f1f: [ci skip] update build script version to ea29d68 (Telan)
  • 42e7d87: [ci skip] update build script version to 87f9556 (GitHub CI Bot)
  • 59ae690: [ci skip] update build script version to 04059a9 (GitHub CI Bot)
  • 16f58fa: Implement gradle update task (Johann Bernhardt)
  • 3e289ca: Small refactors (Johann Bernhardt)
  • 053718f: Add automatic update option (Johann Bernhardt)
  • 3bf0a83: Add addon.gradle support to migration tutorial (Johann Bernhardt)
  • move update to the bottom of the script so it is evaluated last; update gradle and forge gradle plugin to use new toolchain feature (Telan)
  • remove leftovers after resolving conflicts (Telan)
  • remove thread from version check to avoid it being killed withouth finishing (Telan)
  • 25c24b6: remove debug prints (Johann Bernhardt)
  • 1a8808b: [ci skip] update build script version to ffe697d (GitHub CI Bot)
  • 326952c: Fix typo (Johann Bernhardt)
  • switch to more stable gradle plugin supporting toolchain (Telan)
  • 918b949: [ci skip] update build script version to 4b2ebe3 (GitHub CI Bot)
  • 1b4d65d: update Forge Gradle to 1.2.1 (Dmytro)
  • 24385ce: [ci skip] update build script version to 3979b68 (GitHub CI Bot)
  • update ForgeGradle to 1.2.2 (Dmytro)
  • 56e8e71: [ci skip] update build script version to 1c18f85 (GitHub CI Bot)
  • 2097491: Added scala support (Johann Bernhardt)
  • 6951694: Fix scala CI (Johann Bernhardt)
  • 2c37958: Add additional scala instructions (Johann Bernhardt)
  • 7214c71: [ci skip] update build script version to 312034e (GitHub CI Bot)
  • 1ab1fe2: Fix build script mixxing property (Johann Bernhardt)
  • de89d7b: [ci skip] update build script version to c0d3017 (GitHub CI Bot)
  • 16c6eb5: Fix missing option in check for scala.java file (Johann Bernhardt)
  • 2fe6e5a: [ci skip] update build script version to 21647c7 (GitHub CI Bot)
  • aa8f7ed: Remove unused gitignore entry (Johann Bernhardt)
  • f3abe80: Fix typo in properties (basdxz)
  • 2ddc80e: Fix checked property (Johann Bernhardt)
  • e7ed1b9: [ci skip] update build script version to c6baa89 (GitHub CI Bot)
  • specify java version for all JavaExec tasks (Telan)
  • f7a82df: [ci skip] update build script version to 9bc3da4 (GitHub CI Bot)
  • switch to GTNewHorizons ForgeGradle of 1.2.3 version (Telan)
  • add overmind maven repository as a redundancy for forge repository (Telan)
  • 498669c: [ci skip] update build script version to b9f5cdc (GitHub CI Bot)
  • describe how tag releases work (Telan)
  • 6d749a2: Add shadowing to dev and sources artifacts (Johann Bernhardt)
  • 93d60c4: [ci skip] update build script version to ce57b88 (GitHub CI Bot)
  • 55eaaea: Refactor redundant code (Johann Bernhardt)
  • a53289b: [ci skip] update build script version to 48cd89f (GitHub CI Bot)
  • update ([Telan](https://github.com/xkball/XiBao1....
Read more