mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-13 06:14:49 +01:00
docs(changelog): Updating locations and other details.
This commit is contained in:
parent
4ab2e2bd7a
commit
2bf377e575
@ -39,5 +39,11 @@ const files = [plugin, velocity_plugin, bungee];
|
||||
|
||||
module.exports = {
|
||||
bumpFiles: files,
|
||||
packageFiles: files
|
||||
packageFiles: files,
|
||||
header:"# Changelog\n" +
|
||||
"\n" +
|
||||
"All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n" +
|
||||
"\n" +
|
||||
"For release changelogs see [CHANGELOG.md](CHANGELOG.md) \n" +
|
||||
"For snapshot changelogs see [SNAPSHOT_CHANGELOG.md](SNAPSHOT_CHANGELOG.md)\n",
|
||||
}
|
||||
|
@ -110,7 +110,7 @@ task discordupload {
|
||||
|
||||
MultipartEntityBuilder builder = MultipartEntityBuilder.create()
|
||||
builder.addTextBody("content", "New automated dev build\n\n" +
|
||||
"Current Features: <${project.github}/blob/${sha}/CHANGELOG.md>")
|
||||
"Current Features: <${project.github}/blob/${sha}/docs/CHANGELOG.md>")
|
||||
|
||||
builder.addBinaryBody("file", file(jar.archiveFile).newInputStream(), ContentType.APPLICATION_OCTET_STREAM, jar.archiveName)
|
||||
|
||||
@ -248,13 +248,13 @@ task runJar() {
|
||||
task updateChangelog {
|
||||
doLast{
|
||||
exec {
|
||||
commandLine 'cmd', '/c', 'npx standard-version -t (v)[0-9]+.[0-0]+.[0-0]+(?!-) --skip.tag --skip.bump --skip.commit'
|
||||
commandLine 'cmd', '/c', 'npx standard-version -i docs/CHANGELOG.md -t (v)[0-9]+.[0-0]+.[0-0]+(?!-) --skip.tag --skip.bump --skip.commit'
|
||||
ext.output = {
|
||||
return standardOutput.toString()
|
||||
}
|
||||
}
|
||||
exec {
|
||||
commandLine 'cmd', '/c', 'git add CHANGELOG.md'
|
||||
commandLine 'cmd', '/c', 'git add docs/CHANGELOG.md'
|
||||
ext.output = {
|
||||
return standardOutput.toString()
|
||||
}
|
||||
@ -275,7 +275,7 @@ task updateChangelog {
|
||||
}
|
||||
|
||||
task updateChangelogPreRelease(type: Exec) {
|
||||
commandLine 'cmd', '/c', 'npx standard-version --prerelease'
|
||||
commandLine 'cmd', '/c', 'npx standard-version --prerelease -i docs/SNAPSHOT_CHANGELOG.md'
|
||||
ext.output = {
|
||||
return standardOutput.toString()
|
||||
}
|
||||
|
@ -12,13 +12,11 @@ All notable changes to this project will be documented in this file. See [standa
|
||||
### 0.5.13-0 (2021-05-12)
|
||||
|
||||
* Build Tool Change: Updated versioning and changelog tooling and standards.
|
||||
|
||||
### 0.5.13
|
||||
|
||||
* Added improved support for Velocity (You can now add it directly to Velocity as a plugin)
|
||||
* Added a ForceEnableProxySupport config option in case any are not detected
|
||||
* Modern forwarding will be automatically detected. You will no longer need to manually set ForceEnableProxySupport
|
||||
|
||||
|
||||
### 0.5.12
|
||||
|
||||
* Added support for Velocity.
|
14
docs/SNAPSHOT_CHANGELOG.md
Normal file
14
docs/SNAPSHOT_CHANGELOG.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### 0.5.13-1 (2021-05-12)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Added configurable proxy teleport delay ([a1121ad](https://github.com/sekwah41/Advanced-Portals/commit/a1121adc10addfcce515d1358d1274232109fdfd))
|
||||
|
||||
### 0.5.13-0 (2021-05-12)
|
||||
|
||||
* Build Tool Change: Updated versioning and changelog tooling and standards.
|
Loading…
Reference in New Issue
Block a user