-
Prepare dev tools
- Install GIT
-
Clone GIT repository
git clone https://github.com/automation64/installer64.git
-
Adjust environment variables to match your configuration:
- Copy environment definition files from templates:
cp dot.local .local cp dot.secrets .secrets
- Review and update content for both files to match your environment
-
Download dev support scripts
./bin/dev-lib-base
-
Load dev environment variables
source bin/dev-set
- Add/Edit source code in:
src/
- Add/update test-cases in:
test/
- Determine new semver number for the release
- Add release notes to
CHANGELOG.md
- Create release GIT tag
./bin/dev-repo-tag <NEW_RELEASE>
- Project GIT repository: https://github.com/automation64/installer64.git
- Project Documentation: README
- Release history: CHANGELOG