Skip to content

Commit

Permalink
Update release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Jun 1, 2024
1 parent 1fe22c4 commit d37ddcc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
uses: actions/checkout@v3
- id: CREATE_RELEASE
uses: shogo82148/actions-create-release@v1
body_path: RELEASE
with:
body_path: RELEASE
- id: UPLOAD_CHANGES
uses: shogo82148/actions-upload-release-asset@v1
with:
Expand Down
13 changes: 13 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Add colors for xsl and xlmns for tex rendering.
Separate xmqGetString vs xmqGetStringRel.
Handle DOCTYPE in json conversion.
Json conversion handle true/false/null correctly.
Convert single char top level element to correct json.
Do not trim json comments.
Do not trim json quotes.
Handle entities to/from json strings.
Handle attribute without value when converting to from json.
Escape backslash with backslash*2 in json strings.
When converting to json for key = value with attributes, then create json objects instead.
Handle comments and pure text nodes in json conversion.
Handle pure text nodes (key |) when converting to json.

0 comments on commit d37ddcc

Please sign in to comment.