Code Monkey home page Code Monkey logo

Comments (4)

nyuichi avatar nyuichi commented on June 12, 2024 1

I leave some comments here for future documenting:

Provide documents of versioning scheme

We are currently (relatively strictly) following the semver.
OTOH we have not (yet) adopted keep a changelog.

Provide instructions of how to release a new version

My personal workflow is as follows (taken by the history command):

node scripts/release.js 1.2.1
(...get approval from other contributors and merge it at github...)
git pull
git tag -a 1.2.1
git push --tags
opam publish --repo na4zagin3/satyrographos-repo

from satysfi-base.

zeptometer avatar zeptometer commented on June 12, 2024

I'd like following points to be included in this issue

  • Provide documents of versioning scheme
  • Provide instructions of how to release a new version

from satysfi-base.

nyuichi avatar nyuichi commented on June 12, 2024

After some investigation I found that opam-publish retrieves a github access token from ~/.opam/plugins/opam-publish/na4zagin3%satyrographos-repo.token whose content is usual 40-byte ascii token of github.
On every run of a github action an access token is stored in an environment variable called GITHUB_TOKEN, so perhaps saving the token to ~/.opam/plugins/opam-publish/na4zagin3%satyrographos-repo.token in github actions lets opam-publish work in actions.

from satysfi-base.

nyuichi avatar nyuichi commented on June 12, 2024

https://github.com/actions-ecosystem/action-release-label

from satysfi-base.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.