From 8fb1b022253315e8ea01fb41b01902e85a50c184 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:48:09 +0200 Subject: [PATCH] no release tags --- .github/workflows/main.yml | 8 ++++---- CHANGELOG.md | 6 +++++- vk_url_scraper/version.py | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19b1e7e..fe1318e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -121,9 +121,9 @@ jobs: name: package path: dist - - name: Generate release notes - run: | - python scripts/release_notes.py > ${{ github.workspace }}-RELEASE_NOTES.md + # - name: Generate release notes + # run: | + # python scripts/release_notes.py > ${{ github.workspace }}-RELEASE_NOTES.md - name: Publish package to PyPI run: | @@ -134,7 +134,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - body_path: ${{ github.workspace }}-RELEASE_NOTES.md + # body_path: ${{ github.workspace }}-RELEASE_NOTES.md prerelease: ${{ contains(env.TAG, 'rc') }} files: | dist/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3b875..0791060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased -### Added base logic \ No newline at end of file + +## [0.1.2] +### Added wall scraper with tests +### Added photo scraper with tests +### Added scraper with tests \ No newline at end of file diff --git a/vk_url_scraper/version.py b/vk_url_scraper/version.py index 9593950..576e284 100644 --- a/vk_url_scraper/version.py +++ b/vk_url_scraper/version.py @@ -2,7 +2,7 @@ _MAJOR = "0" _MINOR = "1" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "1" +_PATCH = "2" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""