Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Mar 31, 2024
1 parent ced9328 commit ea2213a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 27 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Acceptance tests
on: [push]

env:
ADDON_NAME: "volto-maplibre-block"
ADDON_PATH: "volto-maplibre-block"
VOLTO_VERSION: "17.0.0"
ADDON_NAME: 'volto-menu-customization'
ADDON_PATH: 'volto-menu-customization'
VOLTO_VERSION: '17.0.0'

jobs:

acceptance:
runs-on: ubuntu-latest
steps:
Expand All @@ -22,7 +21,7 @@ jobs:
cd acceptance
yarn
- name: "Cypress: Acceptance tests"
- name: 'Cypress: Acceptance tests'
uses: cypress-io/github-action@v6
env:
BABEL_ENV: production
Expand Down
17 changes: 2 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,8 @@

<!-- towncrier release notes start -->

## 1.3.0 (2024-03-26)
## 0.3.0 (2023-01-26)

### Feature

- Add classes 'block' and 'maplibre' to the block @erral [#3](https://github.com/voltomaplibre-block/pull/3)

## 1.2.0 (2024-03-20)

### Feature

- Add to common block group @erral [#2](https://github.com/voltomaplibre-block/pull/2)

## 1.1.0 (2024-03-19)

### Feature

- Add block extensions @erral [#1](https://github.com/voltomaplibre-block/pull/1)
- Allow custom marker icons @erral [#2](https://github.com/voltomaplibre-block/pull/2)
- Initial version
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ YELLOW=`tput setaf 3`
PLONE_VERSION=6
VOLTO_VERSION=17.0.0

ADDON_NAME='volto-maplibre-block'
ADDON_PATH='volto-maplibre-block'
ADDON_NAME='volto-menu-customization'
ADDON_PATH='volto-menu-customization'
COMPOSE_FILE=dockerfiles/docker-compose.yml
ACCEPTANCE_COMPOSE=acceptance/docker-compose.yml
CMD=CURRENT_DIR=${CURRENT_DIR} ADDON_NAME=${ADDON_NAME} ADDON_PATH=${ADDON_PATH} VOLTO_VERSION=${VOLTO_VERSION} PLONE_VERSION=${PLONE_VERSION} docker compose
Expand Down Expand Up @@ -144,7 +144,7 @@ debug-frontend: ## Run bash in the Frontend container (for debug infrastructure

.PHONY: pull-backend-image
pull-backend-image: ## Pulls and updates the backend image (for use it while developing)
docker pull ghcr.io/voltomaplibre-block:latest
docker pull ghcr.io/volto-menu-customization:latest

.PHONY: release
release: ## Release a version of the add-on
Expand Down
6 changes: 3 additions & 3 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ EOT
FROM plone/frontend-prod-config:${VOLTO_VERSION}

LABEL maintainer="maintainer <maintainer@plone.org>" \
org.label-schema.name="ghcr.io/voltomaplibre-block" \
org.label-schema.description="Volto project with volto-maplibre-block" \
org.label-schema.vendor="Plone CMS"
org.label-schema.name="ghcr.io/voltomenucustomization" \
org.label-schema.description="Volto project with volto-menu-customization" \
org.label-schema.vendor="Plone CMS"

COPY --from=builder /app/ /app/
2 changes: 1 addition & 1 deletion towncrier.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title_format = "## {version} ({project_date})"
underlines = ["", "", ""]
template = "./node_modules/@plone/scripts/templates/towncrier_template.jinja"
start_string = "<!-- towncrier release notes start -->\n"
issue_format = "[#{issue}](https://github.com/voltomaplibre-block/pull/{issue})"
issue_format = "[#{issue}](https://github.com/codesyntax/menu-customization/pull/{issue})"

[[tool.towncrier.type]]
directory = "breaking"
Expand Down

0 comments on commit ea2213a

Please sign in to comment.