Skip to content

Releases: FriendsOfREDAXO/installer-action

v1.2.0

22 Aug 19:38
1ce7aa7
Compare
Choose a tag to compare

What's Changed

  • Runs with node20 instead of node16

Internals

New Contributors

Full Changelog: 1.1.0...1.2.0

v1.1.0

25 Mar 08:52
62093af
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.1.0

v1.0.6

27 Jul 20:52
6a1e413
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

v1.0.5

22 Jul 15:13
bbbe8e3
Compare
Choose a tag to compare

Note

the installer action now automatically ignores the same folders/files as REDAXO does by default.
e.g. .github, .gitignore, .idea, .vscode


What's Changed

  • Update README.md by @alxndr-w in #21
  • branding entfernt by @alxndr-w in #23
  • Update README.md by @skerbis in #24
  • add color & icon to metadata for GithubAction Marketplace by @bloep in #29
  • add build ci workflow by @bloep in #30
  • CI: only look at root level package-lock.json by @bloep in #31
  • setup testing by @bloep in #32
  • ensure zip file was successfully written by @bloep in #36
  • setup zip file creation tests by @bloep in #38
  • re-tag major version on release by @bloep in #39
  • add workflow for simpler release creation & validation by @bloep in #40
  • Optimize release workflow by @bloep in #41
  • fix workflow indent by @bloep in #42
  • increase package version to 1.0.5 by @bloep in #43
  • build release bundle by @bloep in #44
  • fix line endings for build compare by @bloep in #45

New Contributors

Full Changelog: 1.0.4...1.0.5

v1.0.4

10 Feb 17:53
a66431a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4


Note

The yaml parser used by this action is more strict than the php-based yaml parser in REDAXO.
A common schema validation error when using this action is perm: foo[bar] vs. perm: 'foo[bar]'.
The parser in REDAXO can handle both values, but the parser in this action can only handle the encapsulated value.

Now the installer action will try to correct this automatically for perm values.
This happens only inside the action, the uploaded package.yml is not changed!

v1.0.3

31 Jan 10:10
08a0469
Compare
Choose a tag to compare

What's Changed

  • Increase body limit by @bloep in #16
  • increase npm package version to 1.0.3 by @bloep in #17

Full Changelog: 1.0.2...1.0.3

v1.0.2

15 Dec 20:05
ebe7145
Compare
Choose a tag to compare

What's Changed

  • fix null pointer & rebuild by @bloep in #15

Full Changelog: 1.0.1...1.0.2

v1.0.1

14 Dec 22:56
27f0c6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

v1.0.0

13 Aug 19:52
Compare
Choose a tag to compare

First release