Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ferd/dandelion

Tags

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
small change for a relup demo (#6)

* small change for a relup demo

* forgot to bump versions, thanks CI

v0.1.5

Toggle v0.1.5's commit message
Work around CI filesystem cache issues?

Never replicated this locally, but in github actions it appears that
artifacts from previous build somehow mess with the scripts and a clean
step guarantees better behaviour.

v0.1.4

Toggle v0.1.4's commit message
minor changes for v0.1.4

v0.1.3

Toggle v0.1.3's commit message
Setting up CI for relups

The following checks are added:
- all the apps with changed files require a version bump
- the release itself requires a version bump
- a major version bump bypasses relup creation
- based on these values, the CI process generates appup files and relups
- they get packaged in a tarball and an attempt is made at applying the
  relup

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
ferd Fred Hebert
bumping to v0.1.2

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ferd Fred Hebert
Setting things in place for relup generation

- Include the relup plugin from source (more up to date)
- Drop the prod profile for releases and always run as prod (to work
  better with the plugin)
- Call release before tar to generate some metadata files
- Fixing version munging for tags in gh actions
- Optionally generate relup files based on versions and existing
  manifest data