Skip to content

Commit

Permalink
makesure_stable should not be changed before the release #60
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Sep 29, 2021
1 parent 0beaca7 commit 8a61aa5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Files

- [makesure.awk](../makesure.awk)
- **what:** the core of the tool implemented in AWK
- [makesure_dev](../makesure_dev)
- **what:** sh-wrapper over `makesure.awk`. Relatively immutable.
- **why:** running tests
- [makesure_candidate](../makesure_candidate)
- **what:** self-contained sh scripts that embeds the `makesure.awk` content as AWK parameter
- **why** the final tool requires some sh additions to correctly initialize the core. Serves a candidate for next release.
- **how** is generated via `./makesure candidate` TODO link
- [makesure](../makesure)
- **what** contains a latest released version of a tool
- **why** this one should be very stable and only change with a new release published
- **how** copied from `makesure_candidate` at the time of release in `./makesure release`

0 comments on commit 8a61aa5

Please sign in to comment.