Skip to content

Commit 15dede2

Browse files
Release 24.7 changes/fixes (#80)
* fix typos * add make regenerate-nix to script * fix code block syntax * explicitly sign commits and tags * add make regenerate-nix to bugfix script * fix heading levels * run make commands via nix-shell for necessary dependencies * remove the -p flag, and add a comment * add a nix-shell with necessary dependencies * restore -p optoins for the docs further down * add links to each README * conver asciidoc to markdown to be consistent with the other READMEs * update nix dependencies based on the docs --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
1 parent d3cd937 commit 15dede2

File tree

6 files changed

+164
-153
lines changed

6 files changed

+164
-153
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ olm/catalog.Dockerfile
33
olm/catalog/
44
olm/subscriptions/
55
olm/catalog-source.yaml
6-
stackable-bcrypt/target
6+
stackable-bcrypt/target
7+
8+
# Nix stuff
9+
.envrc
10+
.direnv

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# stackable-utils
1+
# stackable-utils
2+
3+
See relevant READMEs:
4+
5+
- [PR Bulk Tools](./bulk-pr/READMEOverview.md)
6+
- [OLM Overview](./olm/README.md)
7+
- [Stackable Quickstart](./quickstart/README.md)
8+
- [Release Workflow](./release/README.md)
9+
- [Renovate](./renovate/README.md)
10+
- [BCrypt Tool](./stackable-bcrypt/README.md)

0 commit comments

Comments
 (0)