Skip to content

Commit 8970d14

Browse files
Document the module release process (#75)
<!-- Please describe your pull request here. --> ## References - TODO <!-- References to relevant GitHub issues and pull requests, esp. upstream and downstream changes --> ## Submitter checklist - [ ] Recommended: Join [WireMock Slack](https://slack.wiremock.org/) to get any help in `#help-contributing` or a project-specific channel like `#wiremock-java` - [ ] Recommended: If you participate in Hacktoberfest 2023, make sure you're [signed up](https://wiremock.org/events/hacktoberfest/) there and in the WireMock form - [ ] The PR request is well described and justified, including the body and the references - [ ] The PR title represents the desired changelog entry - [ ] The repository's code style is followed (see the contributing guide) - [ ] Test coverage that demonstrates that the change works as expected - [ ] For new features, there's necessary documentation in this pull request or in a subsequent PR to [wiremock.org](https://github.com/wiremock/wiremock.org) <!-- Put an `x` into the [ ] to show you have filled the information. The template comes from https://github.com/wiremock/.github/blob/main/.github/pull_request_template.md You can override it by creating .github/pull_request_template.md in your own repository -->
1 parent c4c5974 commit 8970d14

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

DEVELOPMENT.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Testing docker
1+
# Extension development notes
2+
3+
## Testing docker
24

35
Build and start the container:
46

@@ -15,3 +17,10 @@ docker run -it --rm \
1517
wiremock/wiremock:3x \
1618
--global-response-templating
1719
```
20+
21+
## Releasing
22+
23+
To release the module, go to [GitHub Releases](https://github.com/wiremock/wiremock-extension-state/releases) and
24+
issue the release using the changelog draft.
25+
The new release will trigger the [Release GitHub Action](https://github.com/wiremock/wiremock-extension-state/actions/workflows/release.yml)
26+
which will deploy the artifacts to Maven Central.

0 commit comments

Comments
 (0)