Skip to content

Tags: simplesurance/baur

Tags

v5.1.1

Verified

This commit was signed with the committer’s verified signature. The key has expired.
fho Fabian Holler
scripts/ver-is-up2date: fix: misleading error message

"v" is used as prefix, not as postfix in the tag

v5.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
vendor(deps): bump golang.org/x/tools from 0.24.0 to 0.26.0 (#612)

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.24.0 to 0.26.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.24.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v5.0.0

Verified

This commit was signed with the committer’s verified signature. The key has expired.
fho Fabian Holler
goreleaser: update config to version 2 format

- add version key
- remove unsupported changelog.skip key

v4.0.0

Verified

This commit was signed with the committer’s verified signature. The key has expired.
fho Fabian Holler
version: change to 4.0.0

v4.0.0-rc1

Verified

This commit was signed with the committer’s verified signature. The key has expired.
fho Fabian Holler
version: change to 4.0.0-rc1

v3.4.2

Verified

This commit was signed with the committer’s verified signature. The key has expired.
fho Fabian Holler
version: increase to 3.4.2

v3.4.1

update go to version 1.22

v3.4.0

readme: mention JSON output format

v3.3.0

version: set to 3.3.0

v3.2.0

add --require-clean-git-worktree flag to run and status commands

Add a new flag to "baur run" and "baur status" called
--require-clean-git-worktree.
If passed, the commands fail if the baur repository contains untracked or
modified tracked git files, this includes files that are in .gitignore.

"baur run", checks the state on start and before executing a task, to catch
cases were multiple tasks are run and of them modifies or creates new files in
the git repository.

This helps to ensure that tasks are executed in an clean reproducible
environment.