Skip to content

Commit 1458d62

Browse files
Bump
1 parent 9936ac2 commit 1458d62

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.MD

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ sh aemw version
6666
Ensure having installed [Go](https://go.dev/dl/) then run command:
6767

6868
- latest released version: `go install github.com/wttech/aemc/cmd/aem@latest`,
69-
- specific released version: `go install github.com/wttech/aemc/cmd/aem@vX.Y.Z` (replace `X.Y.Z` with one of [releases](https://github.com/wttech/aemc/releases)),
69+
- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.5.10`,
7070
- recently committed version: `go install github.com/wttech/aemc/cmd/aem@main`,
7171

7272
## Ansible Collection
@@ -224,6 +224,15 @@ export AEM_OUTPUT_MODE=none
224224
export AEM_INSTANCE_PROCESSING_MODE=parallel
225225
```
226226

227+
# Releasing
228+
229+
Below process is planned to be automated:
230+
231+
1. Plan next version number (tag name),
232+
2. Update version to next planned version in `init.sh`, `aemw`,
233+
3. Commit changes, create a tag then push changes and newly created tag,
234+
4. Release job will be run automatically.
235+
227236
# Contributing
228237

229238
Issues reported or pull requests created will be very appreciated.

aemw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22

3-
VERSION=${AEMC_VERSION:-"0.5.9"}
3+
VERSION=${AEMC_VERSION:-"0.5.10"}
44
COMMAND_DEFAULT=${AEMC_COMMAND_DEFAULT:-"setup"}
55

66
. aem/api.sh

init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22

3-
VERSION=${AEMC_VERSION:-"0.5.9"}
3+
VERSION=${AEMC_VERSION:-"0.5.10"}
44
SOURCE_URL=https://raw.githubusercontent.com/wttech/aemc/v${VERSION}
55

66
AEM_WRAPPER=aemw

0 commit comments

Comments
 (0)