diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 36e9e23..5c7e7fd 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -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: @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a0d22..47e3f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,21 +8,8 @@ -## 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 diff --git a/Makefile b/Makefile index fff4e3f..d90f50f 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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 diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 9124031..539ec3b 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -20,8 +20,8 @@ EOT FROM plone/frontend-prod-config:${VOLTO_VERSION} LABEL maintainer="maintainer " \ - 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/ diff --git a/towncrier.toml b/towncrier.toml index 91ed726..7c326ac 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -5,7 +5,7 @@ title_format = "## {version} ({project_date})" underlines = ["", "", ""] template = "./node_modules/@plone/scripts/templates/towncrier_template.jinja" start_string = "\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"