Skip to content

Commit

Permalink
feat!: Initial release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Oct 9, 2024
1 parent 8a8dd3b commit 2588fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
push: true
github_token: ${{ secrets.GITHUB_TOKEN }}
changelog_increment_filename: release.md
git_redirect_stderr: true
- name: Get the module name
id: module_name
run: |
MODULE_PATH="${{ matrix.module }}"
MODULE_NAME="${MODULE_PATH//\//_}"
echo "name=${MODULE_NAME}" >> $GITHUB_OUTPUT
- run: echo '${{ steps.module_name.outputs.name }}'
- name: Bundle the module
run: tar czf "${{ steps.module_name.outputs.name }}-${{ steps.bump.outputs.version }}.tar.gz" ${{ matrix.module }}
- name: Create release
Expand Down
6 changes: 2 additions & 4 deletions aptible/managed_endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## aptible_managed_endpoint-0.1.1 (2024-10-09)
## [Unreleased]

### Fix

- Remove dry run
Initial release of the Aptible Managed Endpoint module.

0 comments on commit 2588fa2

Please sign in to comment.