Skip to content

Commit

Permalink
Release 2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Oct 2, 2024
1 parent 1dc9656 commit 1cd9532
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 107 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ structure101-actions.xml
structure101-spec.xml
archunit-0.5.0.jar
~$*
src/docs/development/CHANGELOG.md
src/docs/excel
src/docs/website/_site
lib
Expand Down
67 changes: 53 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,61 @@
title=ChangeLog
date=2024-06-23
type=page
tags=ChangeLog
status=published
filename=CHANGELOG.md
order=90
~~~~~~
# HtmlSanityCheck - ChangeLog
# ChangeLog

## 2.0.0-rc1

### Publication (2.0.0-rc1)

- [Documentation](https://hsc.aim42.org)
- [Maven Central](https://central.sonatype.com/namespace/org.aim42.htmlSanityCheck)
- [Gradle Plugin Portal](https://plugins.gradle.org/search?term=org.aim42.htmlSanityCheck)

### Changes (2.0.0-rc1)

#### Features (2.0.0-rc1)

- Add [Develocity](https://scans.gradle.com/) build scans
- Add [JReleaser](https://jreleaser.org/)
- Improve Signing (for Maven Central)
- [#343](https://github.com/aim42/htmlSanityCheck/issues/343) - Clean up and improve code and docs
- Misc. dependency/plugin version bumps
- Execute the full integration test with misc. Gradle version only on CI (to improve local build/test speed)
- Reduce empty lines from console reporting
- Move Gradle classes to gradle subdirectory and improve type safety in plugin implementation
- Ensure that self-check always uses latest build
- Enable upload to Gradle Plugin Portal
- [#258](https://github.com/aim42/htmlSanityCheck/issues/258) - Change to new (replaced) hsc.aim42.org documentation page
- Add Mastodon announcement (incl. credentials) via JReleaser
- Consequently rename 'HTML Sanity Checker' -> 'HTML Sanity Check'
- Set GitHub specific admonition icons in README files
- [#332](https://github.com/aim42/htmlSanityCheck/issues/332) - Update and fix documentation
- Derive Groovy version from implicit (Gradle) dependency
- Add GPG agent configuration
- Release to Maven Central via JReleaser
- Unify utility classes (and tests) for Web and URLs

#### BugFixes (2.0.0-rc1)

- Avoid NPE in config initialization
- Replace outdated/missing link from [#185](https://github.com/aim42/htmlSanityCheck/issues/185)
- Fix/Update badges and contained links
- Search MavenCentral first for dependencies to avoid strange Gradle errors with Maven local repository
- [#153](https://github.com/aim42/htmlSanityCheck/issues/153) - Rollback HTTP redirect codes to bbc210fb and ignore 'javascript:' URLs
- Fix Gradle URLs
- Fix image dir for GitHub subdirectory README
- Fix GitHub representation of AsciiDoc in README files
- Avoid JPMS warnings for AsciiDoctor task

### New Contributors (2.0.0-rc1)
- [Sandra Parsick](https://github.com/sparsick) (GA)

## 2.0.0-rc0

### Publication
### Publication (2.0.0-rc0)

- [Maven Central](https://central.sonatype.com/namespace/org.aim42.htmlSanityCheck)

### Changes
### Changes (2.0.0-rc0)

#### Features
#### Features (2.0.0-rc0)

- [#322](https://github.com/aim42/htmlSanityCheck/issues/322) - Add Git properties
- [#321](https://github.com/aim42/htmlSanityCheck/issues/321) - Enable JitPack builds
Expand All @@ -26,12 +65,12 @@ order=90
- [#312](https://github.com/aim42/htmlSanityCheck/issues/312) - Port HSC from Groovy to Java (in order to prepare [#314](https://github.com/aim42/htmlSanityCheck/issues/314), the proposed Maven plugin)
- [#309](https://github.com/aim42/htmlSanityCheck/issues/309) - Modularize htmlSanityChecker → gradle plugin + core (GA/BK/JT)

#### BugFixes
#### BugFixes (2.0.0-rc0)

- [#323](https://github.com/aim42/htmlSanityCheck/issues/323) - Bump jquery due to (moderate) security warnings


### New Contributors
### New Contributors (2.0.0-rc0)
- [Gerd Aschemann](https://github.com/ascheman) (GA)
- [Björn Kasteleiner](https://github.com/bjkastel) (BK)
- [Thomas Ruhroth](https://github.com/truhroth) (TR)
Expand Down
2 changes: 2 additions & 0 deletions generate-pages
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ run() {
}

run "CleanUp build" rm -rf build/html5 build/microsite build/pdf
run "Create CHANGELOG" "cat src/docs/templates/CHANGELOG-head.md CHANGELOG.md > src/docs/development/CHANGELOG.md"

run "DTC (tasks '${DTC_TASKS}' with version '${DTC_VERSION}')" \
./dtcw local "${DTC_TASKS} --refresh-dependencies --scan"

Expand Down
93 changes: 0 additions & 93 deletions src/docs/development/CHANGELOG.md

This file was deleted.

8 changes: 8 additions & 0 deletions src/docs/templates/CHANGELOG-head.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
title=ChangeLog
date=2024-10-02
type=page
tags=ChangeLog
status=published
filename=CHANGELOG.md
order=90
~~~~~~

0 comments on commit 1cd9532

Please sign in to comment.